Shades of Sunset Orange #F45032
Tints of Sunset Orange #F45032
RGB
CMYK
RGB Variations
Color information
#F45032 (or 0xF45032) is known color: Sunset Orange. HEX triplet: F4, 50 and 32. RGB value is (244,80,50). Sum of RGB (Red+Green+Blue) = 244+80+50=374 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.24% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 244 - color contains mainly: red. Hex color #F45032 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45032 is #0BAFCD. Grayscale: #7D7D7D. Windows color (decimal): -765902 or 3297524. OLE color: 3297524.
HSL color Cylindrical-coordinate representation of color #F45032: hue angle of 9.28º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F45032 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 80 | 50 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.04 |
| HSL | 9.28º | 0.9% | 0.58% | - |
| HSV(B) | 9.28º | 0.8% | 0.96% | - |
| XYZ | 40.75 | 25.2 | 5.73 | - |
| YUV | 125.62 | 85.33 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 80 | 50 | 0 | 0.67 | 0.80 | 0.04 | 9.28 | 0.9 | 0.58 |
| Hex | F4 | 50 | 32 | 0 | 43 | 50 | 4 | 9 | 5A | 3A |
| Octal | 364 | 120 | 62 | 0 | 103 | 120 | 4 | 11 | 132 | 72 |
| Binary | 11110100 | 1010000 | 110010 | 0 | 1000011 | 1010000 | 100 | 1001 | 1011010 | 111010 |
Color Harmonies of #F45032
Complementary color
Monochromatic Colors of #F45032
Black with #F45032
Text Example
Text Example
White with #F45032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45032; }
p { color: rgb(244,80,50); }
H1.HeaderClassName
{
color: #F45032;
}
.AnyTagClassName
{
color: #F45032;
}
</style>
background-color css
<style>
a { background-color: #F45032; }
a { background-color: rgb(244,80,50); }
div.DivClassName
{
background-color: #F45032;
}
.BgClassName
{
background-color: #F45032;
}
</style>
border-color css
<style>
span { border-color: #F45032; }
span { border-color: rgb(244,80,50); }
td.TdClassName
{
border-color: #F45032;
}
.TagClassName
{
border-color: #F45032;
}
</style>