Html Css Color HEX #FC4712 Orange Red

📋 copy color: '#FC4712'

red 252 ◦ green 71 ◦ blue 18

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

Shades of Orange Red #FC4712

Tints of Orange Red #FC4712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.82%

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

R = 73.9%
G = 20.82%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC4712 (or 0xFC4712) is known color: Orange Red. HEX triplet: FC, 47 and 12. RGB value is (252,71,18). Sum of RGB (Red+Green+Blue) = 252+71+18=341 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.90% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4712 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4712 is #03B8ED. Grayscale: #777777. Windows color (decimal): -243950 or 1198076. OLE color: 1198076.

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

Color convert

RGB 252 71 18 -
CMYK 0 0.72 0.93 0.01
HSL 13.59º 0.98% 0.53% -
HSV(B) 13.59º 0.93% 0.99% -
XYZ 42.51 25.25 3.2 -
YUV 119.08 70.97 222.81 -
System Red Green Blue C M Y K H S L
Decimal 252 71 18 0 0.72 0.93 0.01 13.59 0.98 0.53
Hex FC 47 12 0 48 5D 1 E 62 35
Octal 374 107 22 0 110 135 1 16 142 65
Binary 11111100 1000111 10010 0 1001000 1011101 1 1110 1100010 110101

Color Harmonies of #FC4712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4712

Black with #FC4712

Text Example


Text Example

White with #FC4712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4712; }

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

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

background-color css

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

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

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

border-color css

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

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

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