#F54116

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

Shades of Orange Red #F54116

Tints of Orange Red #F54116

Color information

#F54116 (or 0xF54116) is unknown color: approx Orange Red. HEX triplet: F5, 41 and 16. RGB value is (245,65,22). Sum of RGB (Red+Green+Blue) = 245+65+22=332 (43% of max value = 765). Red value is 245 (96.09% from 255 or 73.80% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 245 - color contains mainly: red. Hex color #F54116 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54116 is #0ABEE9. Grayscale: #727272. Windows color (decimal): -704234 or 1458677. OLE color: 1458677.

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

Color convert

RGB2456522-
CMYK00.730.910.04
HSL11.57º91.77%52.35%-
HSV(B)11.57º91.02%96.08%-
XYZ39.6923.253.15-
YUV113.9276.13221.5-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 73.80%
GREEN value IS 65 (25.78% from 255) = 19.58%
BLUE value IS 22 (8.98% from 255) = 6.63%
R=73.80%
G=19.58%
B=6.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.91
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245652200.730.910.0411.5791.7752.35
HexF541160495B4c5c34
Octal36510126011113341413464
Binary1111010110000011011001001001101101110011001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54116; }

 p { color: rgb(245,65,22); }

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

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

 a { background-color: rgb(245,65,22); }

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

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

 span { border-color: rgb(245,65,22); }

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