Html Css Color HEX #FC3E18 Orange Red

📋 copy color: '#FC3E18'

red 252 ◦ green 62 ◦ blue 24

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

Shades of Orange Red #FC3E18

Tints of Orange Red #FC3E18

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.34%

 BLUE value IS 24 (9.77% from 255) = 7.1%

R = 74.56%
G = 18.34%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC3E18 (or 0xFC3E18) is known color: Orange Red. HEX triplet: FC, 3E and 18. RGB value is (252,62,24). Sum of RGB (Red+Green+Blue) = 252+62+24=338 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.56% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3E18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3E18 is #03C1E7. Grayscale: #727272. Windows color (decimal): -246248 or 1588988. OLE color: 1588988.

HSL color Cylindrical-coordinate representation of color #FC3E18: hue angle of 10º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC3E18 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 62 24 -
CMYK 0 0.75 0.90 0.01
HSL 10º 0.97% 0.54% -
HSV(B) 10º 0.9% 0.99% -
XYZ 42.03 24.21 3.32 -
YUV 114.48 76.95 226.09 -
System Red Green Blue C M Y K H S L
Decimal 252 62 24 0 0.75 0.90 0.01 10 0.97 0.54
Hex FC 3E 18 0 4B 5A 1 A 61 36
Octal 374 76 30 0 113 132 1 12 141 66
Binary 11111100 111110 11000 0 1001011 1011010 1 1010 1100001 110110

Color Harmonies of #FC3E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3E18

Black with #FC3E18

Text Example


Text Example

White with #FC3E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3E18; }

 p { color: rgb(252,62,24); }

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

background-color css

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

 a { background-color: rgb(252,62,24); }

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

border-color css

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

 span { border-color: rgb(252,62,24); }

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