#FC3C18

Color #FC3C18 Orange Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Red #FC3C18

Tints of Orange Red #FC3C18

Color information

#FC3C18 (or 0xFC3C18) is unknown color: approx 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

RGB2526024-
CMYK00.760.900.01
HSL9.47º97.44%54.12%-
HSV(B)9.47º90.48%98.82%-
XYZ41.9323.993.29-
YUV113.377.61226.93-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.90
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252602400.760.900.019.4797.4454.12
HexFC3C1804C5A196136
Octal3747430011413211114166
Binary1111110011110011000010011001011010110011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>