Shades of Sun #F98237
Tints of Sun #F98237
RGB
CMYK
RGB Variations
Color information
#F98237 (or 0xF98237) is known color: Sun. HEX triplet: F9, 82 and 37. RGB value is (249,130,55). Sum of RGB (Red+Green+Blue) = 249+130+55=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 55 (21.88% from 255 or 12.67% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F98237 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98237 is #067DC8. Grayscale: #9D9D9D. Windows color (decimal): -425417 or 3638009. OLE color: 3638009.
HSL color Cylindrical-coordinate representation of color #F98237: hue angle of 23.2º 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 #F98237 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 55 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.02 |
| HSL | 23.2º | 0.94% | 0.6% | - |
| HSV(B) | 23.2º | 0.78% | 0.98% | - |
| XYZ | 47.74 | 36.38 | 8.12 | - |
| YUV | 157.03 | 70.42 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 55 | 0 | 0.48 | 0.78 | 0.02 | 23.2 | 0.94 | 0.6 |
| Hex | F9 | 82 | 37 | 0 | 30 | 4E | 2 | 17 | 5E | 3C |
| Octal | 371 | 202 | 67 | 0 | 60 | 116 | 2 | 27 | 136 | 74 |
| Binary | 11111001 | 10000010 | 110111 | 0 | 110000 | 1001110 | 10 | 10111 | 1011110 | 111100 |
Color Harmonies of #F98237
Complementary color
Monochromatic Colors of #F98237
Black with #F98237
Text Example
Text Example
White with #F98237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98237; }
p { color: rgb(249,130,55); }
H1.HeaderClassName
{
color: #F98237;
}
.AnyTagClassName
{
color: #F98237;
}
</style>
background-color css
<style>
a { background-color: #F98237; }
a { background-color: rgb(249,130,55); }
div.DivClassName
{
background-color: #F98237;
}
.BgClassName
{
background-color: #F98237;
}
</style>
border-color css
<style>
span { border-color: #F98237; }
span { border-color: rgb(249,130,55); }
td.TdClassName
{
border-color: #F98237;
}
.TagClassName
{
border-color: #F98237;
}
</style>