#F54011

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

Shades of Orange Red #F54011

Tints of Orange Red #F54011

Color information

#F54011 (or 0xF54011) is unknown color: approx Orange Red. HEX triplet: F5, 40 and 11. RGB value is (245,64,17). Sum of RGB (Red+Green+Blue) = 245+64+17=326 (43% of max value = 765). Red value is 245 (96.09% from 255 or 75.15% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 245 - color contains mainly: red. Hex color #F54011 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54011 is #0ABFEE. Grayscale: #717171. Windows color (decimal): -704495 or 1130741. OLE color: 1130741.

HSL color Cylindrical-coordinate representation of color #F54011: hue angle of 12.37º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F54011 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB2456417-
CMYK00.740.930.04
HSL12.37º91.94%51.37%-
HSV(B)12.37º93.06%96.08%-
XYZ39.5923.122.91-
YUV112.7673.97222.32-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 75.15%
GREEN value IS 64 (25.39% from 255) = 19.63%
BLUE value IS 17 (7.03% from 255) = 5.21%
R=75.15%
G=19.63%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245641700.740.930.0412.3791.9451.37
HexF5401104A5D4c5c33
Octal36510021011213541413463
Binary1111010110000001000101001010101110110011001011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54011; }

 p { color: rgb(245,64,17); }

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

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

 a { background-color: rgb(245,64,17); }

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

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

 span { border-color: rgb(245,64,17); }

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