Shades of Sun #F9913A
Tints of Sun #F9913A
RGB
CMYK
RGB Variations
Color information
#F9913A (or 0xF9913A) is known color: Sun. HEX triplet: F9, 91 and 3A. RGB value is (249,145,58). Sum of RGB (Red+Green+Blue) = 249+145+58=452 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.09% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 58 (23.05% from 255 or 12.83% from 452); Max value from RGB is 249 - color contains mainly: red. Hex color #F9913A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9913A is #066EC5. Grayscale: #A6A6A6. Windows color (decimal): -421574 or 3838457. OLE color: 3838457.
HSL color Cylindrical-coordinate representation of color #F9913A: hue angle of 27.33º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F9913A is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 58 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.02 |
| HSL | 27.33º | 0.94% | 0.6% | - |
| HSV(B) | 27.33º | 0.77% | 0.98% | - |
| XYZ | 49.96 | 40.7 | 9.23 | - |
| YUV | 166.18 | 66.96 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 58 | 0 | 0.42 | 0.77 | 0.02 | 27.33 | 0.94 | 0.6 |
| Hex | F9 | 91 | 3A | 0 | 2A | 4D | 2 | 1B | 5E | 3C |
| Octal | 371 | 221 | 72 | 0 | 52 | 115 | 2 | 33 | 136 | 74 |
| Binary | 11111001 | 10010001 | 111010 | 0 | 101010 | 1001101 | 10 | 11011 | 1011110 | 111100 |
Color Harmonies of #F9913A
Complementary color
Monochromatic Colors of #F9913A
Black with #F9913A
Text Example
Text Example
White with #F9913A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9913A; }
p { color: rgb(249,145,58); }
H1.HeaderClassName
{
color: #F9913A;
}
.AnyTagClassName
{
color: #F9913A;
}
</style>
background-color css
<style>
a { background-color: #F9913A; }
a { background-color: rgb(249,145,58); }
div.DivClassName
{
background-color: #F9913A;
}
.BgClassName
{
background-color: #F9913A;
}
</style>
border-color css
<style>
span { border-color: #F9913A; }
span { border-color: rgb(249,145,58); }
td.TdClassName
{
border-color: #F9913A;
}
.TagClassName
{
border-color: #F9913A;
}
</style>