Shades of Sun #F09530
Tints of Sun #F09530
RGB
CMYK
RGB Variations
Color information
#F09530 (or 0xF09530) is known color: Sun. HEX triplet: F0, 95 and 30. RGB value is (240,149,48). Sum of RGB (Red+Green+Blue) = 240+149+48=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 48 (19.14% from 255 or 10.98% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F09530 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09530 is #0F6ACF. Grayscale: #A5A5A5. Windows color (decimal): -1010384 or 3184112. OLE color: 3184112.
HSL color Cylindrical-coordinate representation of color #F09530: hue angle of 31.56º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F09530 is Cyan = 0, Magento = 0.38, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 48 | - |
| CMYK | 0 | 0.38 | 0.8 | 0.06 |
| HSL | 31.56º | 0.86% | 0.56% | - |
| HSV(B) | 31.56º | 0.8% | 0.94% | - |
| XYZ | 47.22 | 40.23 | 8.07 | - |
| YUV | 164.7 | 62.15 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 48 | 0 | 0.38 | 0.8 | 0.06 | 31.56 | 0.86 | 0.56 |
| Hex | F0 | 95 | 30 | 0 | 26 | 50 | 6 | 20 | 56 | 38 |
| Octal | 360 | 225 | 60 | 0 | 46 | 120 | 6 | 40 | 126 | 70 |
| Binary | 11110000 | 10010101 | 110000 | 0 | 100110 | 1010000 | 110 | 100000 | 1010110 | 111000 |
Color Harmonies of #F09530
Complementary color
Monochromatic Colors of #F09530
Black with #F09530
Text Example
Text Example
White with #F09530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09530; }
p { color: rgb(240,149,48); }
H1.HeaderClassName
{
color: #F09530;
}
.AnyTagClassName
{
color: #F09530;
}
</style>
background-color css
<style>
a { background-color: #F09530; }
a { background-color: rgb(240,149,48); }
div.DivClassName
{
background-color: #F09530;
}
.BgClassName
{
background-color: #F09530;
}
</style>
border-color css
<style>
span { border-color: #F09530; }
span { border-color: rgb(240,149,48); }
td.TdClassName
{
border-color: #F09530;
}
.TagClassName
{
border-color: #F09530;
}
</style>