Shades of Sun #F98D34
Tints of Sun #F98D34
RGB
CMYK
RGB Variations
Color information
#F98D34 (or 0xF98D34) is known color: Sun. HEX triplet: F9, 8D and 34. RGB value is (249,141,52). Sum of RGB (Red+Green+Blue) = 249+141+52=442 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.33% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 52 (20.70% from 255 or 11.76% from 442); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98D34 is #0672CB. Grayscale: #A3A3A3. Windows color (decimal): -422604 or 3444217. OLE color: 3444217.
HSL color Cylindrical-coordinate representation of color #F98D34: hue angle of 27.11º 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 #F98D34 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 52 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.02 |
| HSL | 27.11º | 0.94% | 0.59% | - |
| HSV(B) | 27.11º | 0.79% | 0.98% | - |
| XYZ | 49.21 | 39.44 | 8.27 | - |
| YUV | 163.15 | 65.28 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 52 | 0 | 0.43 | 0.79 | 0.02 | 27.11 | 0.94 | 0.59 |
| Hex | F9 | 8D | 34 | 0 | 2B | 4F | 2 | 1B | 5E | 3B |
| Octal | 371 | 215 | 64 | 0 | 53 | 117 | 2 | 33 | 136 | 73 |
| Binary | 11111001 | 10001101 | 110100 | 0 | 101011 | 1001111 | 10 | 11011 | 1011110 | 111011 |
Color Harmonies of #F98D34
Complementary color
Monochromatic Colors of #F98D34
Black with #F98D34
Text Example
Text Example
White with #F98D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98D34; }
p { color: rgb(249,141,52); }
H1.HeaderClassName
{
color: #F98D34;
}
.AnyTagClassName
{
color: #F98D34;
}
</style>
background-color css
<style>
a { background-color: #F98D34; }
a { background-color: rgb(249,141,52); }
div.DivClassName
{
background-color: #F98D34;
}
.BgClassName
{
background-color: #F98D34;
}
</style>
border-color css
<style>
span { border-color: #F98D34; }
span { border-color: rgb(249,141,52); }
td.TdClassName
{
border-color: #F98D34;
}
.TagClassName
{
border-color: #F98D34;
}
</style>