Shades of Sun #F98E40
Tints of Sun #F98E40
RGB
CMYK
RGB Variations
Color information
#F98E40 (or 0xF98E40) is known color: Sun. HEX triplet: F9, 8E and 40. RGB value is (249,142,64). Sum of RGB (Red+Green+Blue) = 249+142+64=455 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.73% from 455); Green value is 142 (55.86% from 255 or 31.21% from 455); Blue value is 64 (25.39% from 255 or 14.07% from 455); Max value from RGB is 249 - color contains mainly: red. Hex color #F98E40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98E40 is #0671BF. Grayscale: #A5A5A5. Windows color (decimal): -422336 or 4230905. OLE color: 4230905.
HSL color Cylindrical-coordinate representation of color #F98E40: hue angle of 25.3º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F98E40 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 142 | 64 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.02 |
| HSL | 25.3º | 0.94% | 0.61% | - |
| HSV(B) | 25.3º | 0.74% | 0.98% | - |
| XYZ | 49.67 | 39.86 | 9.93 | - |
| YUV | 165.1 | 70.95 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 142 | 64 | 0 | 0.43 | 0.74 | 0.02 | 25.3 | 0.94 | 0.61 |
| Hex | F9 | 8E | 40 | 0 | 2B | 4A | 2 | 19 | 5E | 3D |
| Octal | 371 | 216 | 100 | 0 | 53 | 112 | 2 | 31 | 136 | 75 |
| Binary | 11111001 | 10001110 | 1000000 | 0 | 101011 | 1001010 | 10 | 11001 | 1011110 | 111101 |
Color Harmonies of #F98E40
Complementary color
Monochromatic Colors of #F98E40
Black with #F98E40
Text Example
Text Example
White with #F98E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98E40; }
p { color: rgb(249,142,64); }
H1.HeaderClassName
{
color: #F98E40;
}
.AnyTagClassName
{
color: #F98E40;
}
</style>
background-color css
<style>
a { background-color: #F98E40; }
a { background-color: rgb(249,142,64); }
div.DivClassName
{
background-color: #F98E40;
}
.BgClassName
{
background-color: #F98E40;
}
</style>
border-color css
<style>
span { border-color: #F98E40; }
span { border-color: rgb(249,142,64); }
td.TdClassName
{
border-color: #F98E40;
}
.TagClassName
{
border-color: #F98E40;
}
</style>