Shades of Sunset Orange #F2563F
Tints of Sunset Orange #F2563F
RGB
CMYK
RGB Variations
Color information
#F2563F (or 0xF2563F) is known color: Sunset Orange. HEX triplet: F2, 56 and 3F. RGB value is (242,86,63). Sum of RGB (Red+Green+Blue) = 242+86+63=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 63 (25% from 255 or 16.11% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F2563F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2563F is #0DA9C0. Grayscale: #828282. Windows color (decimal): -895425 or 4151026. OLE color: 4151026.
HSL color Cylindrical-coordinate representation of color #F2563F: hue angle of 7.71º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2563F is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 63 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.05 |
| HSL | 7.71º | 0.87% | 0.6% | - |
| HSV(B) | 7.71º | 0.74% | 0.95% | - |
| XYZ | 40.84 | 25.89 | 7.55 | - |
| YUV | 130.02 | 90.18 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 63 | 0 | 0.64 | 0.74 | 0.05 | 7.71 | 0.87 | 0.6 |
| Hex | F2 | 56 | 3F | 0 | 40 | 4A | 5 | 8 | 57 | 3C |
| Octal | 362 | 126 | 77 | 0 | 100 | 112 | 5 | 10 | 127 | 74 |
| Binary | 11110010 | 1010110 | 111111 | 0 | 1000000 | 1001010 | 101 | 1000 | 1010111 | 111100 |
Color Harmonies of #F2563F
Complementary color
Monochromatic Colors of #F2563F
Black with #F2563F
Text Example
Text Example
White with #F2563F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2563F; }
p { color: rgb(242,86,63); }
H1.HeaderClassName
{
color: #F2563F;
}
.AnyTagClassName
{
color: #F2563F;
}
</style>
background-color css
<style>
a { background-color: #F2563F; }
a { background-color: rgb(242,86,63); }
div.DivClassName
{
background-color: #F2563F;
}
.BgClassName
{
background-color: #F2563F;
}
</style>
border-color css
<style>
span { border-color: #F2563F; }
span { border-color: rgb(242,86,63); }
td.TdClassName
{
border-color: #F2563F;
}
.TagClassName
{
border-color: #F2563F;
}
</style>