Shades of Sunset Orange #F25444
Tints of Sunset Orange #F25444
RGB
CMYK
RGB Variations
Color information
#F25444 (or 0xF25444) is known color: Sunset Orange. HEX triplet: F2, 54 and 44. RGB value is (242,84,68). Sum of RGB (Red+Green+Blue) = 242+84+68=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 68 (26.95% from 255 or 17.26% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F25444 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25444 is #0DABBB. Grayscale: #818181. Windows color (decimal): -895932 or 4478194. OLE color: 4478194.
HSL color Cylindrical-coordinate representation of color #F25444: hue angle of 5.52º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F25444 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 68 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.05 |
| HSL | 5.52º | 0.87% | 0.61% | - |
| HSV(B) | 5.52º | 0.72% | 0.95% | - |
| XYZ | 40.83 | 25.64 | 8.26 | - |
| YUV | 129.42 | 93.35 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 68 | 0 | 0.65 | 0.72 | 0.05 | 5.52 | 0.87 | 0.61 |
| Hex | F2 | 54 | 44 | 0 | 41 | 48 | 5 | 6 | 57 | 3D |
| Octal | 362 | 124 | 104 | 0 | 101 | 110 | 5 | 6 | 127 | 75 |
| Binary | 11110010 | 1010100 | 1000100 | 0 | 1000001 | 1001000 | 101 | 110 | 1010111 | 111101 |
Color Harmonies of #F25444
Complementary color
Monochromatic Colors of #F25444
Black with #F25444
Text Example
Text Example
White with #F25444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25444; }
p { color: rgb(242,84,68); }
H1.HeaderClassName
{
color: #F25444;
}
.AnyTagClassName
{
color: #F25444;
}
</style>
background-color css
<style>
a { background-color: #F25444; }
a { background-color: rgb(242,84,68); }
div.DivClassName
{
background-color: #F25444;
}
.BgClassName
{
background-color: #F25444;
}
</style>
border-color css
<style>
span { border-color: #F25444; }
span { border-color: rgb(242,84,68); }
td.TdClassName
{
border-color: #F25444;
}
.TagClassName
{
border-color: #F25444;
}
</style>