Html Css Color HEX #FC3C12 Orange Red

📋 copy color: '#FC3C12'

red 252 ◦ green 60 ◦ blue 18

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

Shades of Orange Red #FC3C12

Tints of Orange Red #FC3C12

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.18%

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

R = 76.36%
G = 18.18%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC3C12 (or 0xFC3C12) is known color: Orange Red. HEX triplet: FC, 3C and 12. RGB value is (252,60,18). Sum of RGB (Red+Green+Blue) = 252+60+18=330 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.36% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3C12 is #03C3ED. Grayscale: #707070. Windows color (decimal): -246766 or 1195260. OLE color: 1195260.

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

Color convert

RGB 252 60 18 -
CMYK 0 0.76 0.93 0.01
HSL 10.77º 0.98% 0.53% -
HSV(B) 10.77º 0.93% 0.99% -
XYZ 41.87 23.97 2.99 -
YUV 112.62 74.61 227.42 -
System Red Green Blue C M Y K H S L
Decimal 252 60 18 0 0.76 0.93 0.01 10.77 0.98 0.53
Hex FC 3C 12 0 4C 5D 1 B 62 35
Octal 374 74 22 0 114 135 1 13 142 65
Binary 11111100 111100 10010 0 1001100 1011101 1 1011 1100010 110101

Color Harmonies of #FC3C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3C12

Black with #FC3C12

Text Example


Text Example

White with #FC3C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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