Shades of Sunset Orange #F25549
Tints of Sunset Orange #F25549
RGB
CMYK
RGB Variations
Color information
#F25549 (or 0xF25549) is known color: Sunset Orange. HEX triplet: F2, 55 and 49. RGB value is (242,85,73). Sum of RGB (Red+Green+Blue) = 242+85+73=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F25549 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25549 is #0DAAB6. Grayscale: #828282. Windows color (decimal): -895671 or 4806130. OLE color: 4806130.
HSL color Cylindrical-coordinate representation of color #F25549: hue angle of 4.26º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F25549 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 73 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.05 |
| HSL | 4.26º | 0.87% | 0.62% | - |
| HSV(B) | 4.26º | 0.7% | 0.95% | - |
| XYZ | 41.07 | 25.86 | 9.13 | - |
| YUV | 130.58 | 95.51 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 73 | 0 | 0.65 | 0.70 | 0.05 | 4.26 | 0.87 | 0.62 |
| Hex | F2 | 55 | 49 | 0 | 41 | 46 | 5 | 4 | 57 | 3E |
| Octal | 362 | 125 | 111 | 0 | 101 | 106 | 5 | 4 | 127 | 76 |
| Binary | 11110010 | 1010101 | 1001001 | 0 | 1000001 | 1000110 | 101 | 100 | 1010111 | 111110 |
Color Harmonies of #F25549
Complementary color
Monochromatic Colors of #F25549
Black with #F25549
Text Example
Text Example
White with #F25549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25549; }
p { color: rgb(242,85,73); }
H1.HeaderClassName
{
color: #F25549;
}
.AnyTagClassName
{
color: #F25549;
}
</style>
background-color css
<style>
a { background-color: #F25549; }
a { background-color: rgb(242,85,73); }
div.DivClassName
{
background-color: #F25549;
}
.BgClassName
{
background-color: #F25549;
}
</style>
border-color css
<style>
span { border-color: #F25549; }
span { border-color: rgb(242,85,73); }
td.TdClassName
{
border-color: #F25549;
}
.TagClassName
{
border-color: #F25549;
}
</style>