Shades of Sun #F98C2C
Tints of Sun #F98C2C
RGB
CMYK
RGB Variations
Color information
#F98C2C (or 0xF98C2C) is known color: Sun. HEX triplet: F9, 8C and 2C. RGB value is (249,140,44). Sum of RGB (Red+Green+Blue) = 249+140+44=433 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.51% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 44 (17.58% from 255 or 10.16% from 433); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98C2C is #0673D3. Grayscale: #A2A2A2. Windows color (decimal): -422868 or 2919673. OLE color: 2919673.
HSL color Cylindrical-coordinate representation of color #F98C2C: hue angle of 28.1º 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 #F98C2C is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 140 | 44 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.02 |
| HSL | 28.1º | 0.94% | 0.57% | - |
| HSV(B) | 28.1º | 0.82% | 0.98% | - |
| XYZ | 48.9 | 39.08 | 7.35 | - |
| YUV | 161.65 | 61.61 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 140 | 44 | 0 | 0.44 | 0.82 | 0.02 | 28.1 | 0.94 | 0.57 |
| Hex | F9 | 8C | 2C | 0 | 2C | 52 | 2 | 1C | 5E | 39 |
| Octal | 371 | 214 | 54 | 0 | 54 | 122 | 2 | 34 | 136 | 71 |
| Binary | 11111001 | 10001100 | 101100 | 0 | 101100 | 1010010 | 10 | 11100 | 1011110 | 111001 |
Color Harmonies of #F98C2C
Complementary color
Monochromatic Colors of #F98C2C
Black with #F98C2C
Text Example
Text Example
White with #F98C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98C2C; }
p { color: rgb(249,140,44); }
H1.HeaderClassName
{
color: #F98C2C;
}
.AnyTagClassName
{
color: #F98C2C;
}
</style>
background-color css
<style>
a { background-color: #F98C2C; }
a { background-color: rgb(249,140,44); }
div.DivClassName
{
background-color: #F98C2C;
}
.BgClassName
{
background-color: #F98C2C;
}
</style>
border-color css
<style>
span { border-color: #F98C2C; }
span { border-color: rgb(249,140,44); }
td.TdClassName
{
border-color: #F98C2C;
}
.TagClassName
{
border-color: #F98C2C;
}
</style>