Shades of Sun #F08A2C
Tints of Sun #F08A2C
RGB
CMYK
RGB Variations
Color information
#F08A2C (or 0xF08A2C) is known color: Sun. HEX triplet: F0, 8A and 2C. RGB value is (240,138,44). Sum of RGB (Red+Green+Blue) = 240+138+44=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 44 (17.58% from 255 or 10.43% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08A2C is #0F75D3. Grayscale: #9E9E9E. Windows color (decimal): -1013204 or 2919152. OLE color: 2919152.
HSL color Cylindrical-coordinate representation of color #F08A2C: hue angle of 28.78º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F08A2C is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 44 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.06 |
| HSL | 28.78º | 0.87% | 0.56% | - |
| HSV(B) | 28.78º | 0.82% | 0.94% | - |
| XYZ | 45.48 | 36.88 | 7.11 | - |
| YUV | 157.78 | 63.79 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 44 | 0 | 0.42 | 0.82 | 0.06 | 28.78 | 0.87 | 0.56 |
| Hex | F0 | 8A | 2C | 0 | 2A | 52 | 6 | 1D | 57 | 38 |
| Octal | 360 | 212 | 54 | 0 | 52 | 122 | 6 | 35 | 127 | 70 |
| Binary | 11110000 | 10001010 | 101100 | 0 | 101010 | 1010010 | 110 | 11101 | 1010111 | 111000 |
Color Harmonies of #F08A2C
Complementary color
Monochromatic Colors of #F08A2C
Black with #F08A2C
Text Example
Text Example
White with #F08A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08A2C; }
p { color: rgb(240,138,44); }
H1.HeaderClassName
{
color: #F08A2C;
}
.AnyTagClassName
{
color: #F08A2C;
}
</style>
background-color css
<style>
a { background-color: #F08A2C; }
a { background-color: rgb(240,138,44); }
div.DivClassName
{
background-color: #F08A2C;
}
.BgClassName
{
background-color: #F08A2C;
}
</style>
border-color css
<style>
span { border-color: #F08A2C; }
span { border-color: rgb(240,138,44); }
td.TdClassName
{
border-color: #F08A2C;
}
.TagClassName
{
border-color: #F08A2C;
}
</style>