Shades of Sun #F08535
Tints of Sun #F08535
RGB
CMYK
RGB Variations
Color information
#F08535 (or 0xF08535) is known color: Sun. HEX triplet: F0, 85 and 35. RGB value is (240,133,53). Sum of RGB (Red+Green+Blue) = 240+133+53=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 53 (21.09% from 255 or 12.44% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F08535 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08535 is #0F7ACA. Grayscale: #9C9C9C. Windows color (decimal): -1014475 or 3507696. OLE color: 3507696.
HSL color Cylindrical-coordinate representation of color #F08535: hue angle of 25.67º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F08535 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 53 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.06 |
| HSL | 25.67º | 0.86% | 0.57% | - |
| HSV(B) | 25.67º | 0.78% | 0.94% | - |
| XYZ | 44.97 | 35.56 | 7.86 | - |
| YUV | 155.87 | 69.95 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 53 | 0 | 0.45 | 0.78 | 0.06 | 25.67 | 0.86 | 0.57 |
| Hex | F0 | 85 | 35 | 0 | 2D | 4E | 6 | 1A | 56 | 39 |
| Octal | 360 | 205 | 65 | 0 | 55 | 116 | 6 | 32 | 126 | 71 |
| Binary | 11110000 | 10000101 | 110101 | 0 | 101101 | 1001110 | 110 | 11010 | 1010110 | 111001 |
Color Harmonies of #F08535
Complementary color
Monochromatic Colors of #F08535
Black with #F08535
Text Example
Text Example
White with #F08535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08535; }
p { color: rgb(240,133,53); }
H1.HeaderClassName
{
color: #F08535;
}
.AnyTagClassName
{
color: #F08535;
}
</style>
background-color css
<style>
a { background-color: #F08535; }
a { background-color: rgb(240,133,53); }
div.DivClassName
{
background-color: #F08535;
}
.BgClassName
{
background-color: #F08535;
}
</style>
border-color css
<style>
span { border-color: #F08535; }
span { border-color: rgb(240,133,53); }
td.TdClassName
{
border-color: #F08535;
}
.TagClassName
{
border-color: #F08535;
}
</style>