Shades of Sunset Orange #F2553F
Tints of Sunset Orange #F2553F
RGB
CMYK
RGB Variations
Color information
#F2553F (or 0xF2553F) is known color: Sunset Orange. HEX triplet: F2, 55 and 3F. RGB value is (242,85,63). Sum of RGB (Red+Green+Blue) = 242+85+63=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 63 (25% from 255 or 16.15% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F2553F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2553F is #0DAAC0. Grayscale: #818181. Windows color (decimal): -895681 or 4150770. OLE color: 4150770.
HSL color Cylindrical-coordinate representation of color #F2553F: hue angle of 7.37º 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 #F2553F is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 63 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.05 |
| HSL | 7.37º | 0.87% | 0.6% | - |
| HSV(B) | 7.37º | 0.74% | 0.95% | - |
| XYZ | 40.76 | 25.73 | 7.52 | - |
| YUV | 129.44 | 90.51 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 63 | 0 | 0.65 | 0.74 | 0.05 | 7.37 | 0.87 | 0.6 |
| Hex | F2 | 55 | 3F | 0 | 41 | 4A | 5 | 7 | 57 | 3C |
| Octal | 362 | 125 | 77 | 0 | 101 | 112 | 5 | 7 | 127 | 74 |
| Binary | 11110010 | 1010101 | 111111 | 0 | 1000001 | 1001010 | 101 | 111 | 1010111 | 111100 |
Color Harmonies of #F2553F
Complementary color
Monochromatic Colors of #F2553F
Black with #F2553F
Text Example
Text Example
White with #F2553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2553F; }
p { color: rgb(242,85,63); }
H1.HeaderClassName
{
color: #F2553F;
}
.AnyTagClassName
{
color: #F2553F;
}
</style>
background-color css
<style>
a { background-color: #F2553F; }
a { background-color: rgb(242,85,63); }
div.DivClassName
{
background-color: #F2553F;
}
.BgClassName
{
background-color: #F2553F;
}
</style>
border-color css
<style>
span { border-color: #F2553F; }
span { border-color: rgb(242,85,63); }
td.TdClassName
{
border-color: #F2553F;
}
.TagClassName
{
border-color: #F2553F;
}
</style>