#FC3717

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

Shades of Orange Red #FC3717

Tints of Orange Red #FC3717

Color information

#FC3717 (or 0xFC3717) is unknown color: approx Orange Red. HEX triplet: FC, 37 and 17. RGB value is (252,55,23). Sum of RGB (Red+Green+Blue) = 252+55+23=330 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.36% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 23 (9.38% from 255 or 6.97% from 330); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3717 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3717 is #03C8E8. Grayscale: #6E6E6E. Windows color (decimal): -248041 or 1521660. OLE color: 1521660.

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

Color convert

RGB2525523-
CMYK00.780.910.01
HSL8.38º97.45%53.92%-
HSV(B)8.38º90.87%98.82%-
XYZ41.6723.493.15-
YUV110.2678.77229.1-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 76.36%
GREEN value IS 55 (21.88% from 255) = 16.67%
BLUE value IS 23 (9.38% from 255) = 6.97%
R=76.36%
G=16.67%
B=6.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.91
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252552300.780.910.018.3897.4553.92
HexFC371704E5B186136
Octal3746727011613311014166
Binary1111110011011110111010011101011011110001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3717; }

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

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

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

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

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

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

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

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