Shades of Sunset Orange #F25641
Tints of Sunset Orange #F25641
RGB
CMYK
RGB Variations
Color information
#F25641 (or 0xF25641) is known color: Sunset Orange. HEX triplet: F2, 56 and 41. RGB value is (242,86,65). Sum of RGB (Red+Green+Blue) = 242+86+65=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 65 (25.78% from 255 or 16.54% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F25641 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25641 is #0DA9BE. Grayscale: #828282. Windows color (decimal): -895423 or 4282098. OLE color: 4282098.
HSL color Cylindrical-coordinate representation of color #F25641: hue angle of 7.12º 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 #F25641 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 65 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.05 |
| HSL | 7.12º | 0.87% | 0.6% | - |
| HSV(B) | 7.12º | 0.73% | 0.95% | - |
| XYZ | 40.9 | 25.91 | 7.85 | - |
| YUV | 130.25 | 91.18 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 65 | 0 | 0.64 | 0.73 | 0.05 | 7.12 | 0.87 | 0.6 |
| Hex | F2 | 56 | 41 | 0 | 40 | 49 | 5 | 7 | 57 | 3C |
| Octal | 362 | 126 | 101 | 0 | 100 | 111 | 5 | 7 | 127 | 74 |
| Binary | 11110010 | 1010110 | 1000001 | 0 | 1000000 | 1001001 | 101 | 111 | 1010111 | 111100 |
Color Harmonies of #F25641
Complementary color
Monochromatic Colors of #F25641
Black with #F25641
Text Example
Text Example
White with #F25641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25641; }
p { color: rgb(242,86,65); }
H1.HeaderClassName
{
color: #F25641;
}
.AnyTagClassName
{
color: #F25641;
}
</style>
background-color css
<style>
a { background-color: #F25641; }
a { background-color: rgb(242,86,65); }
div.DivClassName
{
background-color: #F25641;
}
.BgClassName
{
background-color: #F25641;
}
</style>
border-color css
<style>
span { border-color: #F25641; }
span { border-color: rgb(242,86,65); }
td.TdClassName
{
border-color: #F25641;
}
.TagClassName
{
border-color: #F25641;
}
</style>