Shades of Sun #F98D31
Tints of Sun #F98D31
RGB
CMYK
RGB Variations
Color information
#F98D31 (or 0xF98D31) is known color: Sun. HEX triplet: F9, 8D and 31. RGB value is (249,141,49). Sum of RGB (Red+Green+Blue) = 249+141+49=439 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.72% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 49 (19.53% from 255 or 11.16% from 439); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98D31 is #0672CE. Grayscale: #A3A3A3. Windows color (decimal): -422607 or 3247609. OLE color: 3247609.
HSL color Cylindrical-coordinate representation of color #F98D31: hue angle of 27.6º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F98D31 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 49 | - |
| CMYK | 0 | 0.43 | 0.80 | 0.02 |
| HSL | 27.6º | 0.94% | 0.58% | - |
| HSV(B) | 27.6º | 0.8% | 0.98% | - |
| XYZ | 49.15 | 39.41 | 7.92 | - |
| YUV | 162.8 | 63.78 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 49 | 0 | 0.43 | 0.80 | 0.02 | 27.6 | 0.94 | 0.58 |
| Hex | F9 | 8D | 31 | 0 | 2B | 50 | 2 | 1C | 5E | 3A |
| Octal | 371 | 215 | 61 | 0 | 53 | 120 | 2 | 34 | 136 | 72 |
| Binary | 11111001 | 10001101 | 110001 | 0 | 101011 | 1010000 | 10 | 11100 | 1011110 | 111010 |
Color Harmonies of #F98D31
Complementary color
Monochromatic Colors of #F98D31
Black with #F98D31
Text Example
Text Example
White with #F98D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98D31; }
p { color: rgb(249,141,49); }
H1.HeaderClassName
{
color: #F98D31;
}
.AnyTagClassName
{
color: #F98D31;
}
</style>
background-color css
<style>
a { background-color: #F98D31; }
a { background-color: rgb(249,141,49); }
div.DivClassName
{
background-color: #F98D31;
}
.BgClassName
{
background-color: #F98D31;
}
</style>
border-color css
<style>
span { border-color: #F98D31; }
span { border-color: rgb(249,141,49); }
td.TdClassName
{
border-color: #F98D31;
}
.TagClassName
{
border-color: #F98D31;
}
</style>