Shades of Sun #F98B2C
Tints of Sun #F98B2C
RGB
CMYK
RGB Variations
Color information
#F98B2C (or 0xF98B2C) is known color: Sun. HEX triplet: F9, 8B and 2C. RGB value is (249,139,44). Sum of RGB (Red+Green+Blue) = 249+139+44=432 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.64% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 44 (17.58% from 255 or 10.19% from 432); Max value from RGB is 249 - color contains mainly: red. Hex color #F98B2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98B2C is #0674D3. Grayscale: #A1A1A1. Windows color (decimal): -423124 or 2919417. OLE color: 2919417.
HSL color Cylindrical-coordinate representation of color #F98B2C: hue angle of 27.8º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F98B2C is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 139 | 44 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.02 |
| HSL | 27.8º | 0.94% | 0.57% | - |
| HSV(B) | 27.8º | 0.82% | 0.98% | - |
| XYZ | 48.75 | 38.79 | 7.3 | - |
| YUV | 161.06 | 61.94 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 139 | 44 | 0 | 0.44 | 0.82 | 0.02 | 27.8 | 0.94 | 0.57 |
| Hex | F9 | 8B | 2C | 0 | 2C | 52 | 2 | 1C | 5E | 39 |
| Octal | 371 | 213 | 54 | 0 | 54 | 122 | 2 | 34 | 136 | 71 |
| Binary | 11111001 | 10001011 | 101100 | 0 | 101100 | 1010010 | 10 | 11100 | 1011110 | 111001 |
Color Harmonies of #F98B2C
Complementary color
Monochromatic Colors of #F98B2C
Black with #F98B2C
Text Example
Text Example
White with #F98B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98B2C; }
p { color: rgb(249,139,44); }
H1.HeaderClassName
{
color: #F98B2C;
}
.AnyTagClassName
{
color: #F98B2C;
}
</style>
background-color css
<style>
a { background-color: #F98B2C; }
a { background-color: rgb(249,139,44); }
div.DivClassName
{
background-color: #F98B2C;
}
.BgClassName
{
background-color: #F98B2C;
}
</style>
border-color css
<style>
span { border-color: #F98B2C; }
span { border-color: rgb(249,139,44); }
td.TdClassName
{
border-color: #F98B2C;
}
.TagClassName
{
border-color: #F98B2C;
}
</style>