Html Css Color HEX #FC3C18 Orange Red

📋 copy color: '#FC3C18'

red 252 ◦ green 60 ◦ blue 24

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

Shades of Orange Red #FC3C18

Tints of Orange Red #FC3C18

RGB

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

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

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

R = 75%
G = 17.86%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC3C18 (or 0xFC3C18) is known color: Orange Red. HEX triplet: FC, 3C and 18. RGB value is (252,60,24). Sum of RGB (Red+Green+Blue) = 252+60+24=336 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3C18 is #03C3E7. Grayscale: #717171. Windows color (decimal): -246760 or 1588476. OLE color: 1588476.

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

Color convert

RGB 252 60 24 -
CMYK 0 0.76 0.90 0.01
HSL 9.47º 0.97% 0.54% -
HSV(B) 9.47º 0.9% 0.99% -
XYZ 41.93 23.99 3.29 -
YUV 113.3 77.61 226.93 -
System Red Green Blue C M Y K H S L
Decimal 252 60 24 0 0.76 0.90 0.01 9.47 0.97 0.54
Hex FC 3C 18 0 4C 5A 1 9 61 36
Octal 374 74 30 0 114 132 1 11 141 66
Binary 11111100 111100 11000 0 1001100 1011010 1 1001 1100001 110110

Color Harmonies of #FC3C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3C18

Black with #FC3C18

Text Example


Text Example

White with #FC3C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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