Shades of Sun #F9913B
Tints of Sun #F9913B
RGB
CMYK
RGB Variations
Color information
#F9913B (or 0xF9913B) is known color: Sun. HEX triplet: F9, 91 and 3B. RGB value is (249,145,59). Sum of RGB (Red+Green+Blue) = 249+145+59=453 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.97% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 59 (23.44% from 255 or 13.02% from 453); Max value from RGB is 249 - color contains mainly: red. Hex color #F9913B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9913B is #066EC4. Grayscale: #A6A6A6. Windows color (decimal): -421573 or 3903993. OLE color: 3903993.
HSL color Cylindrical-coordinate representation of color #F9913B: hue angle of 27.16º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F9913B is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 59 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.02 |
| HSL | 27.16º | 0.94% | 0.6% | - |
| HSV(B) | 27.16º | 0.76% | 0.98% | - |
| XYZ | 49.98 | 40.71 | 9.36 | - |
| YUV | 166.29 | 67.46 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 59 | 0 | 0.42 | 0.76 | 0.02 | 27.16 | 0.94 | 0.6 |
| Hex | F9 | 91 | 3B | 0 | 2A | 4C | 2 | 1B | 5E | 3C |
| Octal | 371 | 221 | 73 | 0 | 52 | 114 | 2 | 33 | 136 | 74 |
| Binary | 11111001 | 10010001 | 111011 | 0 | 101010 | 1001100 | 10 | 11011 | 1011110 | 111100 |
Color Harmonies of #F9913B
Complementary color
Monochromatic Colors of #F9913B
Black with #F9913B
Text Example
Text Example
White with #F9913B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9913B; }
p { color: rgb(249,145,59); }
H1.HeaderClassName
{
color: #F9913B;
}
.AnyTagClassName
{
color: #F9913B;
}
</style>
background-color css
<style>
a { background-color: #F9913B; }
a { background-color: rgb(249,145,59); }
div.DivClassName
{
background-color: #F9913B;
}
.BgClassName
{
background-color: #F9913B;
}
</style>
border-color css
<style>
span { border-color: #F9913B; }
span { border-color: rgb(249,145,59); }
td.TdClassName
{
border-color: #F9913B;
}
.TagClassName
{
border-color: #F9913B;
}
</style>