Html Css Color HEX #FC4012 Orange Red

📋 copy color: '#FC4012'

red 252 ◦ green 64 ◦ blue 18

#FC4012
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Red #FC4012

Tints of Orange Red #FC4012

RGB

 RED value IS 252 (98.83% from 255) = 75.45%

 GREEN value IS 64 (25.39% from 255) = 19.16%

 BLUE value IS 18 (7.42% from 255) = 5.39%

R = 75.45%
G = 19.16%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FC4012 (or 0xFC4012) is known color: Orange Red. HEX triplet: FC, 40 and 12. RGB value is (252,64,18). Sum of RGB (Red+Green+Blue) = 252+64+18=334 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.45% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4012 is #03BFED. Grayscale: #737373. Windows color (decimal): -245742 or 1196284. OLE color: 1196284.

HSL color Cylindrical-coordinate representation of color #FC4012: hue angle of 11.79º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC4012 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 64 18 -
CMYK 0 0.75 0.93 0.01
HSL 11.79º 0.98% 0.53% -
HSV(B) 11.79º 0.93% 0.99% -
XYZ 42.09 24.41 3.06 -
YUV 114.97 73.28 225.74 -
System Red Green Blue C M Y K H S L
Decimal 252 64 18 0 0.75 0.93 0.01 11.79 0.98 0.53
Hex FC 40 12 0 4B 5D 1 C 62 35
Octal 374 100 22 0 113 135 1 14 142 65
Binary 11111100 1000000 10010 0 1001011 1011101 1 1100 1100010 110101

Color Harmonies of #FC4012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4012

Black with #FC4012

Text Example


Text Example

White with #FC4012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4012; }

 p { color: rgb(252,64,18); }

 H1.HeaderClassName
 {
   color: #FC4012;
 }
 .AnyTagClassName
 {
   color: #FC4012;
 }
</style>

background-color css

<style>
 a { background-color: #FC4012; }

 a { background-color: rgb(252,64,18); }

 div.DivClassName
 {
   background-color: #FC4012;
 }
 .BgClassName
 {
   background-color: #FC4012;
 }
</style>

border-color css

<style>
 span { border-color: #FC4012; }

 span { border-color: rgb(252,64,18); }

 td.TdClassName
 {
   border-color: #FC4012;
 }
 .TagClassName
 {
   border-color: #FC4012;
 }
</style>