Shades of Sunset Orange #F25241
Tints of Sunset Orange #F25241
RGB
CMYK
RGB Variations
Color information
#F25241 (or 0xF25241) is known color: Sunset Orange. HEX triplet: F2, 52 and 41. RGB value is (242,82,65). Sum of RGB (Red+Green+Blue) = 242+82+65=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F25241 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25241 is #0DADBE. Grayscale: #808080. Windows color (decimal): -896447 or 4281074. OLE color: 4281074.
HSL color Cylindrical-coordinate representation of color #F25241: hue angle of 5.76º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F25241 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 65 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.05 |
| HSL | 5.76º | 0.87% | 0.6% | - |
| HSV(B) | 5.76º | 0.73% | 0.95% | - |
| XYZ | 40.59 | 25.29 | 7.74 | - |
| YUV | 127.9 | 92.51 | 209.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 65 | 0 | 0.66 | 0.73 | 0.05 | 5.76 | 0.87 | 0.6 |
| Hex | F2 | 52 | 41 | 0 | 42 | 49 | 5 | 6 | 57 | 3C |
| Octal | 362 | 122 | 101 | 0 | 102 | 111 | 5 | 6 | 127 | 74 |
| Binary | 11110010 | 1010010 | 1000001 | 0 | 1000010 | 1001001 | 101 | 110 | 1010111 | 111100 |
Color Harmonies of #F25241
Complementary color
Monochromatic Colors of #F25241
Black with #F25241
Text Example
Text Example
White with #F25241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25241; }
p { color: rgb(242,82,65); }
H1.HeaderClassName
{
color: #F25241;
}
.AnyTagClassName
{
color: #F25241;
}
</style>
background-color css
<style>
a { background-color: #F25241; }
a { background-color: rgb(242,82,65); }
div.DivClassName
{
background-color: #F25241;
}
.BgClassName
{
background-color: #F25241;
}
</style>
border-color css
<style>
span { border-color: #F25241; }
span { border-color: rgb(242,82,65); }
td.TdClassName
{
border-color: #F25241;
}
.TagClassName
{
border-color: #F25241;
}
</style>