Shades of Sunset Orange #FF523D
Tints of Sunset Orange #FF523D
RGB
CMYK
RGB Variations
Color information
#FF523D (or 0xFF523D) is known color: Sunset Orange. HEX triplet: FF, 52 and 3D. RGB value is (255,82,61). Sum of RGB (Red+Green+Blue) = 255+82+61=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 61 (24.22% from 255 or 15.33% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF523D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF523D is #00ADC2. Grayscale: #838383. Windows color (decimal): -44483 or 4018943. OLE color: 4018943.
HSL color Cylindrical-coordinate representation of color #FF523D: hue angle of 6.49º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF523D is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 61 | - |
| CMYK | 0 | 0.68 | 0.76 | 0 |
| HSL | 6.49º | 1% | 0.62% | - |
| HSV(B) | 6.49º | 0.76% | 1% | - |
| XYZ | 45.1 | 27.63 | 7.37 | - |
| YUV | 131.33 | 88.31 | 216.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 61 | 0 | 0.68 | 0.76 | 0 | 6.49 | 1 | 0.62 |
| Hex | FF | 52 | 3D | 0 | 44 | 4C | 0 | 6 | 64 | 3E |
| Octal | 377 | 122 | 75 | 0 | 104 | 114 | 0 | 6 | 144 | 76 |
| Binary | 11111111 | 1010010 | 111101 | 0 | 1000100 | 1001100 | 0 | 110 | 1100100 | 111110 |
Color Harmonies of #FF523D
Complementary color
Monochromatic Colors of #FF523D
Black with #FF523D
Text Example
Text Example
White with #FF523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF523D; }
p { color: rgb(255,82,61); }
H1.HeaderClassName
{
color: #FF523D;
}
.AnyTagClassName
{
color: #FF523D;
}
</style>
background-color css
<style>
a { background-color: #FF523D; }
a { background-color: rgb(255,82,61); }
div.DivClassName
{
background-color: #FF523D;
}
.BgClassName
{
background-color: #FF523D;
}
</style>
border-color css
<style>
span { border-color: #FF523D; }
span { border-color: rgb(255,82,61); }
td.TdClassName
{
border-color: #FF523D;
}
.TagClassName
{
border-color: #FF523D;
}
</style>