Shades of Sun #F08A36
Tints of Sun #F08A36
RGB
CMYK
RGB Variations
Color information
#F08A36 (or 0xF08A36) is known color: Sun. HEX triplet: F0, 8A and 36. RGB value is (240,138,54). Sum of RGB (Red+Green+Blue) = 240+138+54=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 54 (21.48% from 255 or 12.5% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A36 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08A36 is #0F75C9. Grayscale: #9F9F9F. Windows color (decimal): -1013194 or 3574512. OLE color: 3574512.
HSL color Cylindrical-coordinate representation of color #F08A36: hue angle of 27.1º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F08A36 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 54 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.06 |
| HSL | 27.1º | 0.86% | 0.58% | - |
| HSV(B) | 27.1º | 0.78% | 0.94% | - |
| XYZ | 45.69 | 36.97 | 8.22 | - |
| YUV | 158.92 | 68.79 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 54 | 0 | 0.42 | 0.78 | 0.06 | 27.1 | 0.86 | 0.58 |
| Hex | F0 | 8A | 36 | 0 | 2A | 4E | 6 | 1B | 56 | 3A |
| Octal | 360 | 212 | 66 | 0 | 52 | 116 | 6 | 33 | 126 | 72 |
| Binary | 11110000 | 10001010 | 110110 | 0 | 101010 | 1001110 | 110 | 11011 | 1010110 | 111010 |
Color Harmonies of #F08A36
Complementary color
Monochromatic Colors of #F08A36
Black with #F08A36
Text Example
Text Example
White with #F08A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08A36; }
p { color: rgb(240,138,54); }
H1.HeaderClassName
{
color: #F08A36;
}
.AnyTagClassName
{
color: #F08A36;
}
</style>
background-color css
<style>
a { background-color: #F08A36; }
a { background-color: rgb(240,138,54); }
div.DivClassName
{
background-color: #F08A36;
}
.BgClassName
{
background-color: #F08A36;
}
</style>
border-color css
<style>
span { border-color: #F08A36; }
span { border-color: rgb(240,138,54); }
td.TdClassName
{
border-color: #F08A36;
}
.TagClassName
{
border-color: #F08A36;
}
</style>