Shades of Sunset Orange #F25550
Tints of Sunset Orange #F25550
RGB
CMYK
RGB Variations
Color information
#F25550 (or 0xF25550) is known color: Sunset Orange. HEX triplet: F2, 55 and 50. RGB value is (242,85,80). Sum of RGB (Red+Green+Blue) = 242+85+80=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F25550 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25550 is #0DAAAF. Grayscale: #838383. Windows color (decimal): -895664 or 5264882. OLE color: 5264882.
HSL color Cylindrical-coordinate representation of color #F25550: hue angle of 1.85º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F25550 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 80 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.05 |
| HSL | 1.85º | 0.86% | 0.63% | - |
| HSV(B) | 1.85º | 0.67% | 0.95% | - |
| XYZ | 41.31 | 25.95 | 10.42 | - |
| YUV | 131.37 | 99.01 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 80 | 0 | 0.65 | 0.67 | 0.05 | 1.85 | 0.86 | 0.63 |
| Hex | F2 | 55 | 50 | 0 | 41 | 43 | 5 | 2 | 56 | 3F |
| Octal | 362 | 125 | 120 | 0 | 101 | 103 | 5 | 2 | 126 | 77 |
| Binary | 11110010 | 1010101 | 1010000 | 0 | 1000001 | 1000011 | 101 | 10 | 1010110 | 111111 |
Color Harmonies of #F25550
Complementary color
Monochromatic Colors of #F25550
Black with #F25550
Text Example
Text Example
White with #F25550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25550; }
p { color: rgb(242,85,80); }
H1.HeaderClassName
{
color: #F25550;
}
.AnyTagClassName
{
color: #F25550;
}
</style>
background-color css
<style>
a { background-color: #F25550; }
a { background-color: rgb(242,85,80); }
div.DivClassName
{
background-color: #F25550;
}
.BgClassName
{
background-color: #F25550;
}
</style>
border-color css
<style>
span { border-color: #F25550; }
span { border-color: rgb(242,85,80); }
td.TdClassName
{
border-color: #F25550;
}
.TagClassName
{
border-color: #F25550;
}
</style>