Shades of Sunset Orange #F9504B
Tints of Sunset Orange #F9504B
RGB
CMYK
RGB Variations
Color information
#F9504B (or 0xF9504B) is known color: Sunset Orange. HEX triplet: F9, 50 and 4B. RGB value is (249,80,75). Sum of RGB (Red+Green+Blue) = 249+80+75=404 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.63% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 249 - color contains mainly: red. Hex color #F9504B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9504B is #06AFB4. Grayscale: #828282. Windows color (decimal): -438197 or 4935929. OLE color: 4935929.
HSL color Cylindrical-coordinate representation of color #F9504B: hue angle of 1.72º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F9504B is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 80 | 75 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.02 |
| HSL | 1.72º | 0.94% | 0.64% | - |
| HSV(B) | 1.72º | 0.7% | 0.98% | - |
| XYZ | 43.21 | 26.39 | 9.47 | - |
| YUV | 129.96 | 96.99 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 80 | 75 | 0 | 0.68 | 0.70 | 0.02 | 1.72 | 0.94 | 0.64 |
| Hex | F9 | 50 | 4B | 0 | 44 | 46 | 2 | 2 | 5E | 40 |
| Octal | 371 | 120 | 113 | 0 | 104 | 106 | 2 | 2 | 136 | 100 |
| Binary | 11111001 | 1010000 | 1001011 | 0 | 1000100 | 1000110 | 10 | 10 | 1011110 | 1000000 |
Color Harmonies of #F9504B
Complementary color
Monochromatic Colors of #F9504B
Black with #F9504B
Text Example
Text Example
White with #F9504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9504B; }
p { color: rgb(249,80,75); }
H1.HeaderClassName
{
color: #F9504B;
}
.AnyTagClassName
{
color: #F9504B;
}
</style>
background-color css
<style>
a { background-color: #F9504B; }
a { background-color: rgb(249,80,75); }
div.DivClassName
{
background-color: #F9504B;
}
.BgClassName
{
background-color: #F9504B;
}
</style>
border-color css
<style>
span { border-color: #F9504B; }
span { border-color: rgb(249,80,75); }
td.TdClassName
{
border-color: #F9504B;
}
.TagClassName
{
border-color: #F9504B;
}
</style>