Html Css Color HEX #FC3812 Orange Red

📋 copy color: '#FC3812'

red 252 ◦ green 56 ◦ blue 18

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

Shades of Orange Red #FC3812

Tints of Orange Red #FC3812

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.18%

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

R = 77.3%
G = 17.18%
B = 5.52%

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

#FC3812 (or 0xFC3812) is known color: Orange Red. HEX triplet: FC, 38 and 12. RGB value is (252,56,18). Sum of RGB (Red+Green+Blue) = 252+56+18=326 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.30% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3812 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3812 is #03C7ED. Grayscale: #6E6E6E. Windows color (decimal): -247790 or 1194236. OLE color: 1194236.

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

Color convert

RGB 252 56 18 -
CMYK 0 0.78 0.93 0.01
HSL 9.74º 0.98% 0.53% -
HSV(B) 9.74º 0.93% 0.99% -
XYZ 41.67 23.57 2.93 -
YUV 110.27 75.93 229.09 -
System Red Green Blue C M Y K H S L
Decimal 252 56 18 0 0.78 0.93 0.01 9.74 0.98 0.53
Hex FC 38 12 0 4E 5D 1 A 62 35
Octal 374 70 22 0 116 135 1 12 142 65
Binary 11111100 111000 10010 0 1001110 1011101 1 1010 1100010 110101

Color Harmonies of #FC3812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3812

Black with #FC3812

Text Example


Text Example

White with #FC3812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3812; }

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

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

background-color css

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

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

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

border-color css

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

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

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