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