Shades of Sun #F98C32
Tints of Sun #F98C32
RGB
CMYK
RGB Variations
Color information
#F98C32 (or 0xF98C32) is known color: Sun. HEX triplet: F9, 8C and 32. RGB value is (249,140,50). Sum of RGB (Red+Green+Blue) = 249+140+50=439 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.72% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 50 (19.92% from 255 or 11.39% from 439); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98C32 is #0673CD. Grayscale: #A2A2A2. Windows color (decimal): -422862 or 3312889. OLE color: 3312889.
HSL color Cylindrical-coordinate representation of color #F98C32: hue angle of 27.14º 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 #F98C32 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 140 | 50 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.02 |
| HSL | 27.14º | 0.94% | 0.59% | - |
| HSV(B) | 27.14º | 0.8% | 0.98% | - |
| XYZ | 49.02 | 39.13 | 7.99 | - |
| YUV | 162.33 | 64.61 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 140 | 50 | 0 | 0.44 | 0.80 | 0.02 | 27.14 | 0.94 | 0.59 |
| Hex | F9 | 8C | 32 | 0 | 2C | 50 | 2 | 1B | 5E | 3B |
| Octal | 371 | 214 | 62 | 0 | 54 | 120 | 2 | 33 | 136 | 73 |
| Binary | 11111001 | 10001100 | 110010 | 0 | 101100 | 1010000 | 10 | 11011 | 1011110 | 111011 |
Color Harmonies of #F98C32
Complementary color
Monochromatic Colors of #F98C32
Black with #F98C32
Text Example
Text Example
White with #F98C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98C32; }
p { color: rgb(249,140,50); }
H1.HeaderClassName
{
color: #F98C32;
}
.AnyTagClassName
{
color: #F98C32;
}
</style>
background-color css
<style>
a { background-color: #F98C32; }
a { background-color: rgb(249,140,50); }
div.DivClassName
{
background-color: #F98C32;
}
.BgClassName
{
background-color: #F98C32;
}
</style>
border-color css
<style>
span { border-color: #F98C32; }
span { border-color: rgb(249,140,50); }
td.TdClassName
{
border-color: #F98C32;
}
.TagClassName
{
border-color: #F98C32;
}
</style>