Shades of Sun #F98F32
Tints of Sun #F98F32
RGB
CMYK
RGB Variations
Color information
#F98F32 (or 0xF98F32) is known color: Sun. HEX triplet: F9, 8F and 32. RGB value is (249,143,50). Sum of RGB (Red+Green+Blue) = 249+143+50=442 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.33% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 50 (19.92% from 255 or 11.31% from 442); Max value from RGB is 249 - color contains mainly: red. Hex color #F98F32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98F32 is #0670CD. Grayscale: #A4A4A4. Windows color (decimal): -422094 or 3313657. OLE color: 3313657.
HSL color Cylindrical-coordinate representation of color #F98F32: hue angle of 28.04º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F98F32 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 143 | 50 | - |
| CMYK | 0 | 0.43 | 0.80 | 0.02 |
| HSL | 28.04º | 0.94% | 0.59% | - |
| HSV(B) | 28.04º | 0.8% | 0.98% | - |
| XYZ | 49.47 | 40.01 | 8.13 | - |
| YUV | 164.09 | 63.62 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 143 | 50 | 0 | 0.43 | 0.80 | 0.02 | 28.04 | 0.94 | 0.59 |
| Hex | F9 | 8F | 32 | 0 | 2B | 50 | 2 | 1C | 5E | 3B |
| Octal | 371 | 217 | 62 | 0 | 53 | 120 | 2 | 34 | 136 | 73 |
| Binary | 11111001 | 10001111 | 110010 | 0 | 101011 | 1010000 | 10 | 11100 | 1011110 | 111011 |
Color Harmonies of #F98F32
Complementary color
Monochromatic Colors of #F98F32
Black with #F98F32
Text Example
Text Example
White with #F98F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98F32; }
p { color: rgb(249,143,50); }
H1.HeaderClassName
{
color: #F98F32;
}
.AnyTagClassName
{
color: #F98F32;
}
</style>
background-color css
<style>
a { background-color: #F98F32; }
a { background-color: rgb(249,143,50); }
div.DivClassName
{
background-color: #F98F32;
}
.BgClassName
{
background-color: #F98F32;
}
</style>
border-color css
<style>
span { border-color: #F98F32; }
span { border-color: rgb(249,143,50); }
td.TdClassName
{
border-color: #F98F32;
}
.TagClassName
{
border-color: #F98F32;
}
</style>