Html Css Color HEX #FC4212 Orange Red

📋 copy color: '#FC4212'

red 252 ◦ green 66 ◦ blue 18

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

Shades of Orange Red #FC4212

Tints of Orange Red #FC4212

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.64%

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

R = 75%
G = 19.64%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC4212 (or 0xFC4212) is known color: Orange Red. HEX triplet: FC, 42 and 12. RGB value is (252,66,18). Sum of RGB (Red+Green+Blue) = 252+66+18=336 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4212 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4212 is #03BDED. Grayscale: #747474. Windows color (decimal): -245230 or 1196796. OLE color: 1196796.

HSL color Cylindrical-coordinate representation of color #FC4212: hue angle of 12.31º 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 #FC4212 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 66 18 -
CMYK 0 0.74 0.93 0.01
HSL 12.31º 0.98% 0.53% -
HSV(B) 12.31º 0.93% 0.99% -
XYZ 42.2 24.64 3.1 -
YUV 116.14 72.62 224.9 -
System Red Green Blue C M Y K H S L
Decimal 252 66 18 0 0.74 0.93 0.01 12.31 0.98 0.53
Hex FC 42 12 0 4A 5D 1 C 62 35
Octal 374 102 22 0 112 135 1 14 142 65
Binary 11111100 1000010 10010 0 1001010 1011101 1 1100 1100010 110101

Color Harmonies of #FC4212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4212

Black with #FC4212

Text Example


Text Example

White with #FC4212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4212; }

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

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

background-color css

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

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

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

border-color css

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

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

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