Shades of Sunset Orange #F9504A
Tints of Sunset Orange #F9504A
RGB
CMYK
RGB Variations
Color information
#F9504A (or 0xF9504A) is known color: Sunset Orange. HEX triplet: F9, 50 and 4A. RGB value is (249,80,74). Sum of RGB (Red+Green+Blue) = 249+80+74=403 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.79% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 74 (29.30% from 255 or 18.36% from 403); Max value from RGB is 249 - color contains mainly: red. Hex color #F9504A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9504A is #06AFB5. Grayscale: #828282. Windows color (decimal): -438198 or 4870393. OLE color: 4870393.
HSL color Cylindrical-coordinate representation of color #F9504A: hue angle of 2.06º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F9504A is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 80 | 74 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.02 |
| HSL | 2.06º | 0.94% | 0.63% | - |
| HSV(B) | 2.06º | 0.7% | 0.98% | - |
| XYZ | 43.17 | 26.37 | 9.29 | - |
| YUV | 129.85 | 96.49 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 80 | 74 | 0 | 0.68 | 0.70 | 0.02 | 2.06 | 0.94 | 0.63 |
| Hex | F9 | 50 | 4A | 0 | 44 | 46 | 2 | 2 | 5E | 3F |
| Octal | 371 | 120 | 112 | 0 | 104 | 106 | 2 | 2 | 136 | 77 |
| Binary | 11111001 | 1010000 | 1001010 | 0 | 1000100 | 1000110 | 10 | 10 | 1011110 | 111111 |
Color Harmonies of #F9504A
Complementary color
Monochromatic Colors of #F9504A
Black with #F9504A
Text Example
Text Example
White with #F9504A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9504A; }
p { color: rgb(249,80,74); }
H1.HeaderClassName
{
color: #F9504A;
}
.AnyTagClassName
{
color: #F9504A;
}
</style>
background-color css
<style>
a { background-color: #F9504A; }
a { background-color: rgb(249,80,74); }
div.DivClassName
{
background-color: #F9504A;
}
.BgClassName
{
background-color: #F9504A;
}
</style>
border-color css
<style>
span { border-color: #F9504A; }
span { border-color: rgb(249,80,74); }
td.TdClassName
{
border-color: #F9504A;
}
.TagClassName
{
border-color: #F9504A;
}
</style>