Shades of Sun #F29032
Tints of Sun #F29032
RGB
CMYK
RGB Variations
Color information
#F29032 (or 0xF29032) is known color: Sun. HEX triplet: F2, 90 and 32. RGB value is (242,144,50). Sum of RGB (Red+Green+Blue) = 242+144+50=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 50 (19.92% from 255 or 11.47% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F29032 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29032 is #0D6FCD. Grayscale: #A3A3A3. Windows color (decimal): -880590 or 3313906. OLE color: 3313906.
HSL color Cylindrical-coordinate representation of color #F29032: hue angle of 29.38º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F29032 is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 144 | 50 | - |
| CMYK | 0 | 0.40 | 0.79 | 0.05 |
| HSL | 29.38º | 0.88% | 0.57% | - |
| HSV(B) | 29.38º | 0.79% | 0.95% | - |
| XYZ | 47.17 | 39.05 | 8.07 | - |
| YUV | 162.59 | 64.47 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 144 | 50 | 0 | 0.40 | 0.79 | 0.05 | 29.38 | 0.88 | 0.57 |
| Hex | F2 | 90 | 32 | 0 | 28 | 4F | 5 | 1D | 58 | 39 |
| Octal | 362 | 220 | 62 | 0 | 50 | 117 | 5 | 35 | 130 | 71 |
| Binary | 11110010 | 10010000 | 110010 | 0 | 101000 | 1001111 | 101 | 11101 | 1011000 | 111001 |
Color Harmonies of #F29032
Complementary color
Monochromatic Colors of #F29032
Black with #F29032
Text Example
Text Example
White with #F29032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29032; }
p { color: rgb(242,144,50); }
H1.HeaderClassName
{
color: #F29032;
}
.AnyTagClassName
{
color: #F29032;
}
</style>
background-color css
<style>
a { background-color: #F29032; }
a { background-color: rgb(242,144,50); }
div.DivClassName
{
background-color: #F29032;
}
.BgClassName
{
background-color: #F29032;
}
</style>
border-color css
<style>
span { border-color: #F29032; }
span { border-color: rgb(242,144,50); }
td.TdClassName
{
border-color: #F29032;
}
.TagClassName
{
border-color: #F29032;
}
</style>