Shades of Sun #F98E32
Tints of Sun #F98E32
RGB
CMYK
RGB Variations
Color information
#F98E32 (or 0xF98E32) is known color: Sun. HEX triplet: F9, 8E and 32. RGB value is (249,142,50). Sum of RGB (Red+Green+Blue) = 249+142+50=441 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.46% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 50 (19.92% from 255 or 11.34% from 441); Max value from RGB is 249 - color contains mainly: red. Hex color #F98E32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98E32 is #0671CD. Grayscale: #A3A3A3. Windows color (decimal): -422350 or 3313401. OLE color: 3313401.
HSL color Cylindrical-coordinate representation of color #F98E32: hue angle of 27.74º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F98E32 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 142 | 50 | - |
| CMYK | 0 | 0.43 | 0.80 | 0.02 |
| HSL | 27.74º | 0.94% | 0.59% | - |
| HSV(B) | 27.74º | 0.8% | 0.98% | - |
| XYZ | 49.32 | 39.72 | 8.08 | - |
| YUV | 163.51 | 63.95 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 142 | 50 | 0 | 0.43 | 0.80 | 0.02 | 27.74 | 0.94 | 0.59 |
| Hex | F9 | 8E | 32 | 0 | 2B | 50 | 2 | 1C | 5E | 3B |
| Octal | 371 | 216 | 62 | 0 | 53 | 120 | 2 | 34 | 136 | 73 |
| Binary | 11111001 | 10001110 | 110010 | 0 | 101011 | 1010000 | 10 | 11100 | 1011110 | 111011 |
Color Harmonies of #F98E32
Complementary color
Monochromatic Colors of #F98E32
Black with #F98E32
Text Example
Text Example
White with #F98E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98E32; }
p { color: rgb(249,142,50); }
H1.HeaderClassName
{
color: #F98E32;
}
.AnyTagClassName
{
color: #F98E32;
}
</style>
background-color css
<style>
a { background-color: #F98E32; }
a { background-color: rgb(249,142,50); }
div.DivClassName
{
background-color: #F98E32;
}
.BgClassName
{
background-color: #F98E32;
}
</style>
border-color css
<style>
span { border-color: #F98E32; }
span { border-color: rgb(249,142,50); }
td.TdClassName
{
border-color: #F98E32;
}
.TagClassName
{
border-color: #F98E32;
}
</style>