Shades of Sun #F98E3C
Tints of Sun #F98E3C
RGB
CMYK
RGB Variations
Color information
#F98E3C (or 0xF98E3C) is known color: Sun. HEX triplet: F9, 8E and 3C. RGB value is (249,142,60). Sum of RGB (Red+Green+Blue) = 249+142+60=451 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.21% from 451); Green value is 142 (55.86% from 255 or 31.49% from 451); Blue value is 60 (23.83% from 255 or 13.30% from 451); Max value from RGB is 249 - color contains mainly: red. Hex color #F98E3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98E3C is #0671C3. Grayscale: #A5A5A5. Windows color (decimal): -422340 or 3968761. OLE color: 3968761.
HSL color Cylindrical-coordinate representation of color #F98E3C: hue angle of 26.03º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F98E3C is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 142 | 60 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.02 |
| HSL | 26.03º | 0.94% | 0.61% | - |
| HSV(B) | 26.03º | 0.76% | 0.98% | - |
| XYZ | 49.56 | 39.81 | 9.35 | - |
| YUV | 164.65 | 68.95 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 142 | 60 | 0 | 0.43 | 0.76 | 0.02 | 26.03 | 0.94 | 0.61 |
| Hex | F9 | 8E | 3C | 0 | 2B | 4C | 2 | 1A | 5E | 3D |
| Octal | 371 | 216 | 74 | 0 | 53 | 114 | 2 | 32 | 136 | 75 |
| Binary | 11111001 | 10001110 | 111100 | 0 | 101011 | 1001100 | 10 | 11010 | 1011110 | 111101 |
Color Harmonies of #F98E3C
Complementary color
Monochromatic Colors of #F98E3C
Black with #F98E3C
Text Example
Text Example
White with #F98E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98E3C; }
p { color: rgb(249,142,60); }
H1.HeaderClassName
{
color: #F98E3C;
}
.AnyTagClassName
{
color: #F98E3C;
}
</style>
background-color css
<style>
a { background-color: #F98E3C; }
a { background-color: rgb(249,142,60); }
div.DivClassName
{
background-color: #F98E3C;
}
.BgClassName
{
background-color: #F98E3C;
}
</style>
border-color css
<style>
span { border-color: #F98E3C; }
span { border-color: rgb(249,142,60); }
td.TdClassName
{
border-color: #F98E3C;
}
.TagClassName
{
border-color: #F98E3C;
}
</style>