#FC3917

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

Shades of Orange Red #FC3917

Tints of Orange Red #FC3917

Color information

#FC3917 (or 0xFC3917) is unknown color: approx Orange Red. HEX triplet: FC, 39 and 17. RGB value is (252,57,23). Sum of RGB (Red+Green+Blue) = 252+57+23=332 (43% of max value = 765). Red value is 252 (98.83% from 255 or 75.90% from 332); Green value is 57 (22.66% from 255 or 17.17% from 332); Blue value is 23 (9.38% from 255 or 6.93% from 332); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3917 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3917 is #03C6E8. Grayscale: #6F6F6F. Windows color (decimal): -247529 or 1522172. OLE color: 1522172.

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

Color convert

RGB2525723-
CMYK00.770.910.01
HSL8.91º97.45%53.92%-
HSV(B)8.91º90.87%98.82%-
XYZ41.7623.683.18-
YUV111.4378.1228.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 75.90%
GREEN value IS 57 (22.66% from 255) = 17.17%
BLUE value IS 23 (9.38% from 255) = 6.93%
R=75.90%
G=17.17%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.91
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252572300.770.910.018.9197.4553.92
HexFC391704D5B196136
Octal3747127011513311114166
Binary1111110011100110111010011011011011110011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3917; }

 p { color: rgb(252,57,23); }

 H1.HeaderClassName
 {
   color: #FC3917;
 }
 .AnyTagClassName
 {
   color: #FC3917;
 }
</style>
background-color css

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

 a { background-color: rgb(252,57,23); }

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

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

 span { border-color: rgb(252,57,23); }

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