#FC3911

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

Shades of Orange Red #FC3911

Tints of Orange Red #FC3911

Color information

#FC3911 (or 0xFC3911) is unknown color: approx Orange Red. HEX triplet: FC, 39 and 11. RGB value is (252,57,17). Sum of RGB (Red+Green+Blue) = 252+57+17=326 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.30% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3911 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3911 is #03C6EE. Grayscale: #6F6F6F. Windows color (decimal): -247535 or 1128956. OLE color: 1128956.

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

Color convert

RGB2525717-
CMYK00.770.930.01
HSL10.21º97.51%52.75%-
HSV(B)10.21º93.25%98.82%-
XYZ41.7123.662.9-
YUV110.7475.1228.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 77.30%
GREEN value IS 57 (22.66% from 255) = 17.48%
BLUE value IS 17 (7.03% from 255) = 5.21%
R=77.30%
G=17.48%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.93
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252571700.770.930.0110.2197.5152.75
HexFC391104D5D1a6235
Octal3747121011513511214265
Binary1111110011100110001010011011011101110101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3911; }

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

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

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

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

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

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

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

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