Shades of Sunset Orange #F4524A
Tints of Sunset Orange #F4524A
RGB
CMYK
RGB Variations
Color information
#F4524A (or 0xF4524A) is known color: Sunset Orange. HEX triplet: F4, 52 and 4A. RGB value is (244,82,74). Sum of RGB (Red+Green+Blue) = 244+82+74=400 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 244 - color contains mainly: red. Hex color #F4524A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4524A is #0BADB5. Grayscale: #818181. Windows color (decimal): -765366 or 4870900. OLE color: 4870900.
HSL color Cylindrical-coordinate representation of color #F4524A: hue angle of 2.82º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F4524A is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 82 | 74 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.04 |
| HSL | 2.82º | 0.89% | 0.62% | - |
| HSV(B) | 2.82º | 0.7% | 0.96% | - |
| XYZ | 41.56 | 25.76 | 9.26 | - |
| YUV | 129.53 | 96.67 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 82 | 74 | 0 | 0.66 | 0.70 | 0.04 | 2.82 | 0.89 | 0.62 |
| Hex | F4 | 52 | 4A | 0 | 42 | 46 | 4 | 3 | 59 | 3E |
| Octal | 364 | 122 | 112 | 0 | 102 | 106 | 4 | 3 | 131 | 76 |
| Binary | 11110100 | 1010010 | 1001010 | 0 | 1000010 | 1000110 | 100 | 11 | 1011001 | 111110 |
Color Harmonies of #F4524A
Complementary color
Monochromatic Colors of #F4524A
Black with #F4524A
Text Example
Text Example
White with #F4524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4524A; }
p { color: rgb(244,82,74); }
H1.HeaderClassName
{
color: #F4524A;
}
.AnyTagClassName
{
color: #F4524A;
}
</style>
background-color css
<style>
a { background-color: #F4524A; }
a { background-color: rgb(244,82,74); }
div.DivClassName
{
background-color: #F4524A;
}
.BgClassName
{
background-color: #F4524A;
}
</style>
border-color css
<style>
span { border-color: #F4524A; }
span { border-color: rgb(244,82,74); }
td.TdClassName
{
border-color: #F4524A;
}
.TagClassName
{
border-color: #F4524A;
}
</style>