#F45F20

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

Shades of Outrageous Orange #F45F20

Tints of Outrageous Orange #F45F20

Color information

#F45F20 (or 0xF45F20) is unknown color: approx Outrageous Orange. HEX triplet: F4, 5F and 20. RGB value is (244,95,32). Sum of RGB (Red+Green+Blue) = 244+95+32=371 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.77% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 244 - color contains mainly: red. Hex color #F45F20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45F20 is #0BA0DF. Grayscale: #848484. Windows color (decimal): -762080 or 2121716. OLE color: 2121716.

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

Color convert

RGB2449532-
CMYK00.610.870.04
HSL17.83º90.6%54.12%-
HSV(B)17.83º86.89%95.69%-
XYZ41.6627.524.48-
YUV132.3771.36207.62-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 65.77%
GREEN value IS 95 (37.5% from 255) = 25.61%
BLUE value IS 32 (12.89% from 255) = 8.63%
R=65.77%
G=25.61%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.87
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244953200.610.870.0417.8390.654.12
HexF45F2003D574125b36
Octal3641374007512742213366
Binary11110100101111110000001111011010111100100101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45F20; }

 p { color: rgb(244,95,32); }

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

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

 a { background-color: rgb(244,95,32); }

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

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

 span { border-color: rgb(244,95,32); }

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