#F54016

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

Shades of Orange Red #F54016

Tints of Orange Red #F54016

Color information

#F54016 (or 0xF54016) is unknown color: approx Orange Red. HEX triplet: F5, 40 and 16. RGB value is (245,64,22). Sum of RGB (Red+Green+Blue) = 245+64+22=331 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.02% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 245 - color contains mainly: red. Hex color #F54016 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54016 is #0ABFE9. Grayscale: #717171. Windows color (decimal): -704490 or 1458421. OLE color: 1458421.

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

Color convert

RGB2456422-
CMYK00.740.910.04
HSL11.3º91.77%52.35%-
HSV(B)11.3º91.02%96.08%-
XYZ39.6323.143.14-
YUV113.3376.47221.92-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 74.02%
GREEN value IS 64 (25.39% from 255) = 19.34%
BLUE value IS 22 (8.98% from 255) = 6.65%
R=74.02%
G=19.34%
B=6.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.91
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245642200.740.910.0411.391.7752.35
HexF5401604A5B4b5c34
Octal36510026011213341313464
Binary1111010110000001011001001010101101110010111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54016; }

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

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

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

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

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

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

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

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