Shades of Sun #F09332
Tints of Sun #F09332
RGB
CMYK
RGB Variations
Color information
#F09332 (or 0xF09332) is known color: Sun. HEX triplet: F0, 93 and 32. RGB value is (240,147,50). Sum of RGB (Red+Green+Blue) = 240+147+50=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 147 (57.81% from 255 or 33.64% from 437); Blue value is 50 (19.92% from 255 or 11.44% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F09332 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09332 is #0F6CCD. Grayscale: #A4A4A4. Windows color (decimal): -1010894 or 3314672. OLE color: 3314672.
HSL color Cylindrical-coordinate representation of color #F09332: hue angle of 30.63º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F09332 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 147 | 50 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.06 |
| HSL | 30.63º | 0.86% | 0.57% | - |
| HSV(B) | 30.63º | 0.79% | 0.94% | - |
| XYZ | 46.94 | 39.62 | 8.19 | - |
| YUV | 163.75 | 63.81 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 147 | 50 | 0 | 0.39 | 0.79 | 0.06 | 30.63 | 0.86 | 0.57 |
| Hex | F0 | 93 | 32 | 0 | 27 | 4F | 6 | 1F | 56 | 39 |
| Octal | 360 | 223 | 62 | 0 | 47 | 117 | 6 | 37 | 126 | 71 |
| Binary | 11110000 | 10010011 | 110010 | 0 | 100111 | 1001111 | 110 | 11111 | 1010110 | 111001 |
Color Harmonies of #F09332
Complementary color
Monochromatic Colors of #F09332
Black with #F09332
Text Example
Text Example
White with #F09332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09332; }
p { color: rgb(240,147,50); }
H1.HeaderClassName
{
color: #F09332;
}
.AnyTagClassName
{
color: #F09332;
}
</style>
background-color css
<style>
a { background-color: #F09332; }
a { background-color: rgb(240,147,50); }
div.DivClassName
{
background-color: #F09332;
}
.BgClassName
{
background-color: #F09332;
}
</style>
border-color css
<style>
span { border-color: #F09332; }
span { border-color: rgb(240,147,50); }
td.TdClassName
{
border-color: #F09332;
}
.TagClassName
{
border-color: #F09332;
}
</style>