Color Hex Logo

#fc250f Color Hex

#FC250F
(252,37,15)
0 Favorites   0 Comments

Color spaces of #fc250f

RGB 2523715
HSL0.020.980.52
HSV94°99°
CMYK 0.000.850.94   0.01
XYZ40.892722.05312.5533
Yxy22.05310.62430.3367
Hunter Lab46.960773.253929.6489
CIE-Lab54.083375.378163.5874

#fc250f color RGB value is (252,37,15).

#fc250f hex color red value is 252, green value is 37 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #fc250f hue: 0.02 , saturation: 0.98 and the lightness value of fc250f is 0.52.

The process color (four color CMYK) of #fc250f color hex is 0.00, 0.85, 0.94, 0.01. Web safe color of #fc250f is #ff3300. Color #fc250f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100101 00001111
Octal 374 45 17
Decimal 252 37 15
Hex FC 25 F

RGB Percentages of Color #fc250f

%82.89
%12.17
%4.93

CMYK Percentages of Color #fc250f

%0
%85
%94
%1

Triadic Colors of #fc250f

#fc250f #0ffc25 #250ffc

Analogous Colors of #fc250f

#fc250f #fc9c0f #fc0f70

Monochromatic Colors of #fc250f

#fc250f

Complementary Color

#fc250f #0fe6fc

#fc250f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc250f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc250f Color CSS Codes

.mybgcolor {background-color:#fc250f; } 
.myforecolor {color:#fc250f; }
.mybordercolor {border:3px solid #fc250f; }

#fc250f Text Font Color

<p style="color:#fc250f">Text here</p>

This sample text font color is #fc250f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fc250f Background Color

<div style="background-color:#fc250f">
Div content here</div>

This div background color is #fc250f


#fc250f Border Color

<div style="border:3px solid #fc250f">
Div here</div>

This div border color is #fc250f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,37,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fc250f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fc250f;
  -webkit-box-shadow: 1px 1px 3px 2px #fc250f;
  box-shadow:         1px 1px 3px 2px #fc250f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,37,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fc250f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fc250f;
  -webkit-box-shadow: 1px 1px 3px 2px #fc250f;
  box-shadow:         1px 1px 3px 2px #fc250f;">
Div content here</div>

This div box has shadow with color #fc250f


Comments

No comments written yet.

Please login to write comment.