#F54216

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

Shades of Orange Red #F54216

Tints of Orange Red #F54216

Color information

#F54216 (or 0xF54216) is unknown color: approx Orange Red. HEX triplet: F5, 42 and 16. RGB value is (245,66,22). Sum of RGB (Red+Green+Blue) = 245+66+22=333 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.57% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 245 - color contains mainly: red. Hex color #F54216 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54216 is #0ABDE9. Grayscale: #727272. Windows color (decimal): -703978 or 1458933. OLE color: 1458933.

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

Color convert

RGB2456622-
CMYK00.730.910.04
HSL11.84º91.77%52.35%-
HSV(B)11.84º91.02%96.08%-
XYZ39.7523.373.17-
YUV114.575.8221.08-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 73.57%
GREEN value IS 66 (26.17% from 255) = 19.82%
BLUE value IS 22 (8.98% from 255) = 6.61%
R=73.57%
G=19.82%
B=6.61%

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
Decimal245662200.730.910.0411.8491.7752.35
HexF542160495B4c5c34
Octal36510226011113341413464
Binary1111010110000101011001001001101101110011001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54216; }

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

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

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

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

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

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

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

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