Shades of Sun #F09330
Tints of Sun #F09330
RGB
CMYK
RGB Variations
Color information
#F09330 (or 0xF09330) is known color: Sun. HEX triplet: F0, 93 and 30. RGB value is (240,147,48). Sum of RGB (Red+Green+Blue) = 240+147+48=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 48 (19.14% from 255 or 11.03% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F09330 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09330 is #0F6CCF. Grayscale: #A4A4A4. Windows color (decimal): -1010896 or 3183600. OLE color: 3183600.
HSL color Cylindrical-coordinate representation of color #F09330: hue angle of 30.94º 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 #F09330 is Cyan = 0, Magento = 0.39, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 147 | 48 | - |
| CMYK | 0 | 0.39 | 0.8 | 0.06 |
| HSL | 30.94º | 0.86% | 0.56% | - |
| HSV(B) | 30.94º | 0.8% | 0.94% | - |
| XYZ | 46.9 | 39.61 | 7.97 | - |
| YUV | 163.52 | 62.81 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 147 | 48 | 0 | 0.39 | 0.8 | 0.06 | 30.94 | 0.86 | 0.56 |
| Hex | F0 | 93 | 30 | 0 | 27 | 50 | 6 | 1F | 56 | 38 |
| Octal | 360 | 223 | 60 | 0 | 47 | 120 | 6 | 37 | 126 | 70 |
| Binary | 11110000 | 10010011 | 110000 | 0 | 100111 | 1010000 | 110 | 11111 | 1010110 | 111000 |
Color Harmonies of #F09330
Complementary color
Monochromatic Colors of #F09330
Black with #F09330
Text Example
Text Example
White with #F09330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09330; }
p { color: rgb(240,147,48); }
H1.HeaderClassName
{
color: #F09330;
}
.AnyTagClassName
{
color: #F09330;
}
</style>
background-color css
<style>
a { background-color: #F09330; }
a { background-color: rgb(240,147,48); }
div.DivClassName
{
background-color: #F09330;
}
.BgClassName
{
background-color: #F09330;
}
</style>
border-color css
<style>
span { border-color: #F09330; }
span { border-color: rgb(240,147,48); }
td.TdClassName
{
border-color: #F09330;
}
.TagClassName
{
border-color: #F09330;
}
</style>