Html Css Color HEX #FC3712 Orange Red

📋 copy color: '#FC3712'

red 252 ◦ green 55 ◦ blue 18

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

Shades of Orange Red #FC3712

Tints of Orange Red #FC3712

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.92%

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

R = 77.54%
G = 16.92%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC3712 (or 0xFC3712) is known color: Orange Red. HEX triplet: FC, 37 and 12. RGB value is (252,55,18). Sum of RGB (Red+Green+Blue) = 252+55+18=325 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.54% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3712 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3712 is #03C8ED. Grayscale: #6E6E6E. Windows color (decimal): -248046 or 1193980. OLE color: 1193980.

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

Color convert

RGB 252 55 18 -
CMYK 0 0.78 0.93 0.01
HSL 9.49º 0.98% 0.53% -
HSV(B) 9.49º 0.93% 0.99% -
XYZ 41.62 23.47 2.91 -
YUV 109.69 76.27 229.51 -
System Red Green Blue C M Y K H S L
Decimal 252 55 18 0 0.78 0.93 0.01 9.49 0.98 0.53
Hex FC 37 12 0 4E 5D 1 9 62 35
Octal 374 67 22 0 116 135 1 11 142 65
Binary 11111100 110111 10010 0 1001110 1011101 1 1001 1100010 110101

Color Harmonies of #FC3712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3712

Black with #FC3712

Text Example


Text Example

White with #FC3712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3712; }

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

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

background-color css

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

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

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

border-color css

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

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

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