Shades of Sunset Orange #F9563C
Tints of Sunset Orange #F9563C
RGB
CMYK
RGB Variations
Color information
#F9563C (or 0xF9563C) is known color: Sunset Orange. HEX triplet: F9, 56 and 3C. RGB value is (249,86,60). Sum of RGB (Red+Green+Blue) = 249+86+60=395 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.04% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 60 (23.83% from 255 or 15.19% from 395); Max value from RGB is 249 - color contains mainly: red. Hex color #F9563C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9563C is #06A9C3. Grayscale: #848484. Windows color (decimal): -436676 or 3954425. OLE color: 3954425.
HSL color Cylindrical-coordinate representation of color #F9563C: hue angle of 8.25º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F9563C is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 86 | 60 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.02 |
| HSL | 8.25º | 0.94% | 0.61% | - |
| HSV(B) | 8.25º | 0.76% | 0.98% | - |
| XYZ | 43.21 | 27.12 | 7.23 | - |
| YUV | 131.77 | 87.5 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 86 | 60 | 0 | 0.65 | 0.76 | 0.02 | 8.25 | 0.94 | 0.61 |
| Hex | F9 | 56 | 3C | 0 | 41 | 4C | 2 | 8 | 5E | 3D |
| Octal | 371 | 126 | 74 | 0 | 101 | 114 | 2 | 10 | 136 | 75 |
| Binary | 11111001 | 1010110 | 111100 | 0 | 1000001 | 1001100 | 10 | 1000 | 1011110 | 111101 |
Color Harmonies of #F9563C
Complementary color
Monochromatic Colors of #F9563C
Black with #F9563C
Text Example
Text Example
White with #F9563C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9563C; }
p { color: rgb(249,86,60); }
H1.HeaderClassName
{
color: #F9563C;
}
.AnyTagClassName
{
color: #F9563C;
}
</style>
background-color css
<style>
a { background-color: #F9563C; }
a { background-color: rgb(249,86,60); }
div.DivClassName
{
background-color: #F9563C;
}
.BgClassName
{
background-color: #F9563C;
}
</style>
border-color css
<style>
span { border-color: #F9563C; }
span { border-color: rgb(249,86,60); }
td.TdClassName
{
border-color: #F9563C;
}
.TagClassName
{
border-color: #F9563C;
}
</style>