Shades of Sunset Orange #F25045
Tints of Sunset Orange #F25045
RGB
CMYK
RGB Variations
Color information
#F25045 (or 0xF25045) is known color: Sunset Orange. HEX triplet: F2, 50 and 45. RGB value is (242,80,69). Sum of RGB (Red+Green+Blue) = 242+80+69=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F25045 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25045 is #0DAFBA. Grayscale: #7F7F7F. Windows color (decimal): -896955 or 4542706. OLE color: 4542706.
HSL color Cylindrical-coordinate representation of color #F25045: hue angle of 3.82º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F25045 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 69 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.05 |
| HSL | 3.82º | 0.87% | 0.61% | - |
| HSV(B) | 3.82º | 0.71% | 0.95% | - |
| XYZ | 40.56 | 25.04 | 8.33 | - |
| YUV | 127.18 | 95.17 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 69 | 0 | 0.67 | 0.71 | 0.05 | 3.82 | 0.87 | 0.61 |
| Hex | F2 | 50 | 45 | 0 | 43 | 47 | 5 | 4 | 57 | 3D |
| Octal | 362 | 120 | 105 | 0 | 103 | 107 | 5 | 4 | 127 | 75 |
| Binary | 11110010 | 1010000 | 1000101 | 0 | 1000011 | 1000111 | 101 | 100 | 1010111 | 111101 |
Color Harmonies of #F25045
Complementary color
Monochromatic Colors of #F25045
Black with #F25045
Text Example
Text Example
White with #F25045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25045; }
p { color: rgb(242,80,69); }
H1.HeaderClassName
{
color: #F25045;
}
.AnyTagClassName
{
color: #F25045;
}
</style>
background-color css
<style>
a { background-color: #F25045; }
a { background-color: rgb(242,80,69); }
div.DivClassName
{
background-color: #F25045;
}
.BgClassName
{
background-color: #F25045;
}
</style>
border-color css
<style>
span { border-color: #F25045; }
span { border-color: rgb(242,80,69); }
td.TdClassName
{
border-color: #F25045;
}
.TagClassName
{
border-color: #F25045;
}
</style>