Shades of Sunset Orange #F9504D
Tints of Sunset Orange #F9504D
RGB
CMYK
RGB Variations
Color information
#F9504D (or 0xF9504D) is known color: Sunset Orange. HEX triplet: F9, 50 and 4D. RGB value is (249,80,77). Sum of RGB (Red+Green+Blue) = 249+80+77=406 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.33% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 77 (30.47% from 255 or 18.97% from 406); Max value from RGB is 249 - color contains mainly: red. Hex color #F9504D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9504D is #06AFB2. Grayscale: #828282. Windows color (decimal): -438195 or 5067001. OLE color: 5067001.
HSL color Cylindrical-coordinate representation of color #F9504D: hue angle of 1.05º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F9504D is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 80 | 77 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.02 |
| HSL | 1.05º | 0.93% | 0.64% | - |
| HSV(B) | 1.05º | 0.69% | 0.98% | - |
| XYZ | 43.28 | 26.41 | 9.84 | - |
| YUV | 130.19 | 97.99 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 80 | 77 | 0 | 0.68 | 0.69 | 0.02 | 1.05 | 0.93 | 0.64 |
| Hex | F9 | 50 | 4D | 0 | 44 | 45 | 2 | 1 | 5D | 40 |
| Octal | 371 | 120 | 115 | 0 | 104 | 105 | 2 | 1 | 135 | 100 |
| Binary | 11111001 | 1010000 | 1001101 | 0 | 1000100 | 1000101 | 10 | 1 | 1011101 | 1000000 |
Color Harmonies of #F9504D
Complementary color
Monochromatic Colors of #F9504D
Black with #F9504D
Text Example
Text Example
White with #F9504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9504D; }
p { color: rgb(249,80,77); }
H1.HeaderClassName
{
color: #F9504D;
}
.AnyTagClassName
{
color: #F9504D;
}
</style>
background-color css
<style>
a { background-color: #F9504D; }
a { background-color: rgb(249,80,77); }
div.DivClassName
{
background-color: #F9504D;
}
.BgClassName
{
background-color: #F9504D;
}
</style>
border-color css
<style>
span { border-color: #F9504D; }
span { border-color: rgb(249,80,77); }
td.TdClassName
{
border-color: #F9504D;
}
.TagClassName
{
border-color: #F9504D;
}
</style>