Shades of Sunset Orange #F4524C
Tints of Sunset Orange #F4524C
RGB
CMYK
RGB Variations
Color information
#F4524C (or 0xF4524C) is known color: Sunset Orange. HEX triplet: F4, 52 and 4C. RGB value is (244,82,76). Sum of RGB (Red+Green+Blue) = 244+82+76=402 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.70% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 244 - color contains mainly: red. Hex color #F4524C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4524C is #0BADB3. Grayscale: #818181. Windows color (decimal): -765364 or 5001972. OLE color: 5001972.
HSL color Cylindrical-coordinate representation of color #F4524C: hue angle of 2.14º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F4524C is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 82 | 76 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.04 |
| HSL | 2.14º | 0.88% | 0.63% | - |
| HSV(B) | 2.14º | 0.69% | 0.96% | - |
| XYZ | 41.63 | 25.79 | 9.62 | - |
| YUV | 129.75 | 97.67 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 82 | 76 | 0 | 0.66 | 0.69 | 0.04 | 2.14 | 0.88 | 0.63 |
| Hex | F4 | 52 | 4C | 0 | 42 | 45 | 4 | 2 | 58 | 3F |
| Octal | 364 | 122 | 114 | 0 | 102 | 105 | 4 | 2 | 130 | 77 |
| Binary | 11110100 | 1010010 | 1001100 | 0 | 1000010 | 1000101 | 100 | 10 | 1011000 | 111111 |
Color Harmonies of #F4524C
Complementary color
Monochromatic Colors of #F4524C
Black with #F4524C
Text Example
Text Example
White with #F4524C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4524C; }
p { color: rgb(244,82,76); }
H1.HeaderClassName
{
color: #F4524C;
}
.AnyTagClassName
{
color: #F4524C;
}
</style>
background-color css
<style>
a { background-color: #F4524C; }
a { background-color: rgb(244,82,76); }
div.DivClassName
{
background-color: #F4524C;
}
.BgClassName
{
background-color: #F4524C;
}
</style>
border-color css
<style>
span { border-color: #F4524C; }
span { border-color: rgb(244,82,76); }
td.TdClassName
{
border-color: #F4524C;
}
.TagClassName
{
border-color: #F4524C;
}
</style>