Shades of Sun #F98D2D
Tints of Sun #F98D2D
RGB
CMYK
RGB Variations
Color information
#F98D2D (or 0xF98D2D) is known color: Sun. HEX triplet: F9, 8D and 2D. RGB value is (249,141,45). Sum of RGB (Red+Green+Blue) = 249+141+45=435 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.24% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 45 (17.97% from 255 or 10.34% from 435); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98D2D is #0672D2. Grayscale: #A2A2A2. Windows color (decimal): -422611 or 2985465. OLE color: 2985465.
HSL color Cylindrical-coordinate representation of color #F98D2D: hue angle of 28.24º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F98D2D is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 45 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.02 |
| HSL | 28.24º | 0.94% | 0.58% | - |
| HSV(B) | 28.24º | 0.82% | 0.98% | - |
| XYZ | 49.07 | 39.38 | 7.5 | - |
| YUV | 162.35 | 61.78 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 45 | 0 | 0.43 | 0.82 | 0.02 | 28.24 | 0.94 | 0.58 |
| Hex | F9 | 8D | 2D | 0 | 2B | 52 | 2 | 1C | 5E | 3A |
| Octal | 371 | 215 | 55 | 0 | 53 | 122 | 2 | 34 | 136 | 72 |
| Binary | 11111001 | 10001101 | 101101 | 0 | 101011 | 1010010 | 10 | 11100 | 1011110 | 111010 |
Color Harmonies of #F98D2D
Complementary color
Monochromatic Colors of #F98D2D
Black with #F98D2D
Text Example
Text Example
White with #F98D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98D2D; }
p { color: rgb(249,141,45); }
H1.HeaderClassName
{
color: #F98D2D;
}
.AnyTagClassName
{
color: #F98D2D;
}
</style>
background-color css
<style>
a { background-color: #F98D2D; }
a { background-color: rgb(249,141,45); }
div.DivClassName
{
background-color: #F98D2D;
}
.BgClassName
{
background-color: #F98D2D;
}
</style>
border-color css
<style>
span { border-color: #F98D2D; }
span { border-color: rgb(249,141,45); }
td.TdClassName
{
border-color: #F98D2D;
}
.TagClassName
{
border-color: #F98D2D;
}
</style>