Shades of Sun #F09531
Tints of Sun #F09531
RGB
CMYK
RGB Variations
Color information
#F09531 (or 0xF09531) is known color: Sun. HEX triplet: F0, 95 and 31. RGB value is (240,149,49). Sum of RGB (Red+Green+Blue) = 240+149+49=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 49 (19.53% from 255 or 11.19% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F09531 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09531 is #0F6ACE. Grayscale: #A5A5A5. Windows color (decimal): -1010383 or 3249648. OLE color: 3249648.
HSL color Cylindrical-coordinate representation of color #F09531: hue angle of 31.41º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F09531 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 49 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.06 |
| HSL | 31.41º | 0.86% | 0.57% | - |
| HSV(B) | 31.41º | 0.8% | 0.94% | - |
| XYZ | 47.24 | 40.24 | 8.18 | - |
| YUV | 164.81 | 62.65 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 49 | 0 | 0.38 | 0.80 | 0.06 | 31.41 | 0.86 | 0.57 |
| Hex | F0 | 95 | 31 | 0 | 26 | 50 | 6 | 1F | 56 | 39 |
| Octal | 360 | 225 | 61 | 0 | 46 | 120 | 6 | 37 | 126 | 71 |
| Binary | 11110000 | 10010101 | 110001 | 0 | 100110 | 1010000 | 110 | 11111 | 1010110 | 111001 |
Color Harmonies of #F09531
Complementary color
Monochromatic Colors of #F09531
Black with #F09531
Text Example
Text Example
White with #F09531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09531; }
p { color: rgb(240,149,49); }
H1.HeaderClassName
{
color: #F09531;
}
.AnyTagClassName
{
color: #F09531;
}
</style>
background-color css
<style>
a { background-color: #F09531; }
a { background-color: rgb(240,149,49); }
div.DivClassName
{
background-color: #F09531;
}
.BgClassName
{
background-color: #F09531;
}
</style>
border-color css
<style>
span { border-color: #F09531; }
span { border-color: rgb(240,149,49); }
td.TdClassName
{
border-color: #F09531;
}
.TagClassName
{
border-color: #F09531;
}
</style>