Shades of Sun #F98D3C
Tints of Sun #F98D3C
RGB
CMYK
RGB Variations
Color information
#F98D3C (or 0xF98D3C) is known color: Sun. HEX triplet: F9, 8D and 3C. RGB value is (249,141,60). Sum of RGB (Red+Green+Blue) = 249+141+60=450 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.33% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 60 (23.83% from 255 or 13.33% from 450); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98D3C is #0672C3. Grayscale: #A4A4A4. Windows color (decimal): -422596 or 3968505. OLE color: 3968505.
HSL color Cylindrical-coordinate representation of color #F98D3C: hue angle of 25.71º 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 #F98D3C is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 60 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.02 |
| HSL | 25.71º | 0.94% | 0.61% | - |
| HSV(B) | 25.71º | 0.76% | 0.98% | - |
| XYZ | 49.41 | 39.52 | 9.3 | - |
| YUV | 164.06 | 69.28 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 60 | 0 | 0.43 | 0.76 | 0.02 | 25.71 | 0.94 | 0.61 |
| Hex | F9 | 8D | 3C | 0 | 2B | 4C | 2 | 1A | 5E | 3D |
| Octal | 371 | 215 | 74 | 0 | 53 | 114 | 2 | 32 | 136 | 75 |
| Binary | 11111001 | 10001101 | 111100 | 0 | 101011 | 1001100 | 10 | 11010 | 1011110 | 111101 |
Color Harmonies of #F98D3C
Complementary color
Monochromatic Colors of #F98D3C
Black with #F98D3C
Text Example
Text Example
White with #F98D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98D3C; }
p { color: rgb(249,141,60); }
H1.HeaderClassName
{
color: #F98D3C;
}
.AnyTagClassName
{
color: #F98D3C;
}
</style>
background-color css
<style>
a { background-color: #F98D3C; }
a { background-color: rgb(249,141,60); }
div.DivClassName
{
background-color: #F98D3C;
}
.BgClassName
{
background-color: #F98D3C;
}
</style>
border-color css
<style>
span { border-color: #F98D3C; }
span { border-color: rgb(249,141,60); }
td.TdClassName
{
border-color: #F98D3C;
}
.TagClassName
{
border-color: #F98D3C;
}
</style>