Shades of Sunset Orange #FF524D
Tints of Sunset Orange #FF524D
RGB
CMYK
RGB Variations
Color information
#FF524D (or 0xFF524D) is known color: Sunset Orange. HEX triplet: FF, 52 and 4D. RGB value is (255,82,77). Sum of RGB (Red+Green+Blue) = 255+82+77=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF524D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF524D is #00ADB2. Grayscale: #858585. Windows color (decimal): -44467 or 5067519. OLE color: 5067519.
HSL color Cylindrical-coordinate representation of color #FF524D: hue angle of 1.69º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF524D is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 77 | - |
| CMYK | 0 | 0.68 | 0.70 | 0 |
| HSL | 1.69º | 1% | 0.65% | - |
| HSV(B) | 1.69º | 0.7% | 1% | - |
| XYZ | 45.6 | 27.83 | 9.99 | - |
| YUV | 133.16 | 96.31 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 77 | 0 | 0.68 | 0.70 | 0 | 1.69 | 1 | 0.65 |
| Hex | FF | 52 | 4D | 0 | 44 | 46 | 0 | 2 | 64 | 41 |
| Octal | 377 | 122 | 115 | 0 | 104 | 106 | 0 | 2 | 144 | 101 |
| Binary | 11111111 | 1010010 | 1001101 | 0 | 1000100 | 1000110 | 0 | 10 | 1100100 | 1000001 |
Color Harmonies of #FF524D
Complementary color
Monochromatic Colors of #FF524D
Black with #FF524D
Text Example
Text Example
White with #FF524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF524D; }
p { color: rgb(255,82,77); }
H1.HeaderClassName
{
color: #FF524D;
}
.AnyTagClassName
{
color: #FF524D;
}
</style>
background-color css
<style>
a { background-color: #FF524D; }
a { background-color: rgb(255,82,77); }
div.DivClassName
{
background-color: #FF524D;
}
.BgClassName
{
background-color: #FF524D;
}
</style>
border-color css
<style>
span { border-color: #FF524D; }
span { border-color: rgb(255,82,77); }
td.TdClassName
{
border-color: #FF524D;
}
.TagClassName
{
border-color: #FF524D;
}
</style>