Shades of Sun #F98D37
Tints of Sun #F98D37
RGB
CMYK
RGB Variations
Color information
#F98D37 (or 0xF98D37) is known color: Sun. HEX triplet: F9, 8D and 37. RGB value is (249,141,55). Sum of RGB (Red+Green+Blue) = 249+141+55=445 (58% of max value = 765). Red value is 249 (97.66% from 255 or 55.96% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 55 (21.88% from 255 or 12.36% from 445); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D37 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98D37 is #0672C8. Grayscale: #A3A3A3. Windows color (decimal): -422601 or 3640825. OLE color: 3640825.
HSL color Cylindrical-coordinate representation of color #F98D37: hue angle of 26.6º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F98D37 is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 55 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.02 |
| HSL | 26.6º | 0.94% | 0.6% | - |
| HSV(B) | 26.6º | 0.78% | 0.98% | - |
| XYZ | 49.28 | 39.47 | 8.63 | - |
| YUV | 163.49 | 66.78 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 55 | 0 | 0.43 | 0.78 | 0.02 | 26.6 | 0.94 | 0.6 |
| Hex | F9 | 8D | 37 | 0 | 2B | 4E | 2 | 1B | 5E | 3C |
| Octal | 371 | 215 | 67 | 0 | 53 | 116 | 2 | 33 | 136 | 74 |
| Binary | 11111001 | 10001101 | 110111 | 0 | 101011 | 1001110 | 10 | 11011 | 1011110 | 111100 |
Color Harmonies of #F98D37
Complementary color
Monochromatic Colors of #F98D37
Black with #F98D37
Text Example
Text Example
White with #F98D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98D37; }
p { color: rgb(249,141,55); }
H1.HeaderClassName
{
color: #F98D37;
}
.AnyTagClassName
{
color: #F98D37;
}
</style>
background-color css
<style>
a { background-color: #F98D37; }
a { background-color: rgb(249,141,55); }
div.DivClassName
{
background-color: #F98D37;
}
.BgClassName
{
background-color: #F98D37;
}
</style>
border-color css
<style>
span { border-color: #F98D37; }
span { border-color: rgb(249,141,55); }
td.TdClassName
{
border-color: #F98D37;
}
.TagClassName
{
border-color: #F98D37;
}
</style>