Shades of Sunset Orange #F25140
Tints of Sunset Orange #F25140
RGB
CMYK
RGB Variations
Color information
#F25140 (or 0xF25140) is known color: Sunset Orange. HEX triplet: F2, 51 and 40. RGB value is (242,81,64). Sum of RGB (Red+Green+Blue) = 242+81+64=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F25140 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25140 is #0DAEBF. Grayscale: #7F7F7F. Windows color (decimal): -896704 or 4215282. OLE color: 4215282.
HSL color Cylindrical-coordinate representation of color #F25140: hue angle of 5.73º 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 #F25140 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 64 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.05 |
| HSL | 5.73º | 0.87% | 0.6% | - |
| HSV(B) | 5.73º | 0.74% | 0.95% | - |
| XYZ | 40.49 | 25.13 | 7.57 | - |
| YUV | 127.2 | 92.34 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 64 | 0 | 0.67 | 0.74 | 0.05 | 5.73 | 0.87 | 0.6 |
| Hex | F2 | 51 | 40 | 0 | 43 | 4A | 5 | 6 | 57 | 3C |
| Octal | 362 | 121 | 100 | 0 | 103 | 112 | 5 | 6 | 127 | 74 |
| Binary | 11110010 | 1010001 | 1000000 | 0 | 1000011 | 1001010 | 101 | 110 | 1010111 | 111100 |
Color Harmonies of #F25140
Complementary color
Monochromatic Colors of #F25140
Black with #F25140
Text Example
Text Example
White with #F25140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25140; }
p { color: rgb(242,81,64); }
H1.HeaderClassName
{
color: #F25140;
}
.AnyTagClassName
{
color: #F25140;
}
</style>
background-color css
<style>
a { background-color: #F25140; }
a { background-color: rgb(242,81,64); }
div.DivClassName
{
background-color: #F25140;
}
.BgClassName
{
background-color: #F25140;
}
</style>
border-color css
<style>
span { border-color: #F25140; }
span { border-color: rgb(242,81,64); }
td.TdClassName
{
border-color: #F25140;
}
.TagClassName
{
border-color: #F25140;
}
</style>