Shades of Sun #F98C34
Tints of Sun #F98C34
RGB
CMYK
RGB Variations
Color information
#F98C34 (or 0xF98C34) is known color: Sun. HEX triplet: F9, 8C and 34. RGB value is (249,140,52). Sum of RGB (Red+Green+Blue) = 249+140+52=441 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.46% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 52 (20.70% from 255 or 11.79% from 441); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98C34 is #0673CB. Grayscale: #A3A3A3. Windows color (decimal): -422860 or 3443961. OLE color: 3443961.
HSL color Cylindrical-coordinate representation of color #F98C34: hue angle of 26.8º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F98C34 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 140 | 52 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.02 |
| HSL | 26.8º | 0.94% | 0.59% | - |
| HSV(B) | 26.8º | 0.79% | 0.98% | - |
| XYZ | 49.06 | 39.14 | 8.22 | - |
| YUV | 162.56 | 65.61 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 140 | 52 | 0 | 0.44 | 0.79 | 0.02 | 26.8 | 0.94 | 0.59 |
| Hex | F9 | 8C | 34 | 0 | 2C | 4F | 2 | 1B | 5E | 3B |
| Octal | 371 | 214 | 64 | 0 | 54 | 117 | 2 | 33 | 136 | 73 |
| Binary | 11111001 | 10001100 | 110100 | 0 | 101100 | 1001111 | 10 | 11011 | 1011110 | 111011 |
Color Harmonies of #F98C34
Complementary color
Monochromatic Colors of #F98C34
Black with #F98C34
Text Example
Text Example
White with #F98C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98C34; }
p { color: rgb(249,140,52); }
H1.HeaderClassName
{
color: #F98C34;
}
.AnyTagClassName
{
color: #F98C34;
}
</style>
background-color css
<style>
a { background-color: #F98C34; }
a { background-color: rgb(249,140,52); }
div.DivClassName
{
background-color: #F98C34;
}
.BgClassName
{
background-color: #F98C34;
}
</style>
border-color css
<style>
span { border-color: #F98C34; }
span { border-color: rgb(249,140,52); }
td.TdClassName
{
border-color: #F98C34;
}
.TagClassName
{
border-color: #F98C34;
}
</style>