Shades of Sunset Orange #F9503A
Tints of Sunset Orange #F9503A
RGB
CMYK
RGB Variations
Color information
#F9503A (or 0xF9503A) is known color: Sunset Orange. HEX triplet: F9, 50 and 3A. RGB value is (249,80,58). Sum of RGB (Red+Green+Blue) = 249+80+58=387 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.34% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 58 (23.05% from 255 or 14.99% from 387); Max value from RGB is 249 - color contains mainly: red. Hex color #F9503A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9503A is #06AFC5. Grayscale: #808080. Windows color (decimal): -438214 or 3821817. OLE color: 3821817.
HSL color Cylindrical-coordinate representation of color #F9503A: hue angle of 6.91º 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 #F9503A is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 80 | 58 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.02 |
| HSL | 6.91º | 0.94% | 0.6% | - |
| HSV(B) | 6.91º | 0.77% | 0.98% | - |
| XYZ | 42.7 | 26.18 | 6.81 | - |
| YUV | 128.02 | 88.49 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 80 | 58 | 0 | 0.68 | 0.77 | 0.02 | 6.91 | 0.94 | 0.6 |
| Hex | F9 | 50 | 3A | 0 | 44 | 4D | 2 | 7 | 5E | 3C |
| Octal | 371 | 120 | 72 | 0 | 104 | 115 | 2 | 7 | 136 | 74 |
| Binary | 11111001 | 1010000 | 111010 | 0 | 1000100 | 1001101 | 10 | 111 | 1011110 | 111100 |
Color Harmonies of #F9503A
Complementary color
Monochromatic Colors of #F9503A
Black with #F9503A
Text Example
Text Example
White with #F9503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9503A; }
p { color: rgb(249,80,58); }
H1.HeaderClassName
{
color: #F9503A;
}
.AnyTagClassName
{
color: #F9503A;
}
</style>
background-color css
<style>
a { background-color: #F9503A; }
a { background-color: rgb(249,80,58); }
div.DivClassName
{
background-color: #F9503A;
}
.BgClassName
{
background-color: #F9503A;
}
</style>
border-color css
<style>
span { border-color: #F9503A; }
span { border-color: rgb(249,80,58); }
td.TdClassName
{
border-color: #F9503A;
}
.TagClassName
{
border-color: #F9503A;
}
</style>