Html Css Color HEX #FC4312 Orange Red

📋 copy color: '#FC4312'

red 252 ◦ green 67 ◦ blue 18

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

Shades of Orange Red #FC4312

Tints of Orange Red #FC4312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.88%

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

R = 74.78%
G = 19.88%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC4312 (or 0xFC4312) is known color: Orange Red. HEX triplet: FC, 43 and 12. RGB value is (252,67,18). Sum of RGB (Red+Green+Blue) = 252+67+18=337 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.78% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4312 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4312 is #03BCED. Grayscale: #757575. Windows color (decimal): -244974 or 1197052. OLE color: 1197052.

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

Color convert

RGB 252 67 18 -
CMYK 0 0.73 0.93 0.01
HSL 12.56º 0.98% 0.53% -
HSV(B) 12.56º 0.93% 0.99% -
XYZ 42.26 24.75 3.12 -
YUV 116.73 72.29 224.48 -
System Red Green Blue C M Y K H S L
Decimal 252 67 18 0 0.73 0.93 0.01 12.56 0.98 0.53
Hex FC 43 12 0 49 5D 1 D 62 35
Octal 374 103 22 0 111 135 1 15 142 65
Binary 11111100 1000011 10010 0 1001001 1011101 1 1101 1100010 110101

Color Harmonies of #FC4312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4312

Black with #FC4312

Text Example


Text Example

White with #FC4312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4312; }

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

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

background-color css

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

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

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

border-color css

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

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

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