Color Hex Logo

#fc300f Color Hex

#FC300F
(252,48,15)
0 Favorites   0 Comments

Color spaces of #fc300f

RGB 2524815
HSL0.020.980.52
HSV94°99°
CMYK 0.000.810.94   0.01
XYZ41.288122.84382.6851
Yxy22.84380.61790.3419
Hunter Lab47.795270.556530.1258
CIE-Lab54.911173.022864.0461

#fc300f color RGB value is (252,48,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110000 00001111
Octal 374 60 17
Decimal 252 48 15
Hex FC 30 F

RGB Percentages of Color #fc300f

%80.00
%15.24
%4.76

CMYK Percentages of Color #fc300f

%0
%81
%94
%1

Triadic Colors of #fc300f

#fc300f #0ffc30 #300ffc

Analogous Colors of #fc300f

#fc300f #fca70f #fc0f65

Monochromatic Colors of #fc300f

#fc300f

Complementary Color

#fc300f #0fdbfc

#fc300f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc300f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc300f Color CSS Codes

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

#fc300f Text Font Color

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

This sample text font color is #fc300f
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.


#fc300f Background Color

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

This div background color is #fc300f


#fc300f Border Color

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

This div border color is #fc300f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,48,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 #fc300f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc300f


Comments

No comments written yet.

Please login to write comment.