Shades of Sunset Orange #FF523B
Tints of Sunset Orange #FF523B
RGB
CMYK
RGB Variations
Color information
#FF523B (or 0xFF523B) is known color: Sunset Orange. HEX triplet: FF, 52 and 3B. RGB value is (255,82,59). Sum of RGB (Red+Green+Blue) = 255+82+59=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 59 (23.44% from 255 or 14.90% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF523B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF523B is #00ADC4. Grayscale: #838383. Windows color (decimal): -44485 or 3887871. OLE color: 3887871.
HSL color Cylindrical-coordinate representation of color #FF523B: hue angle of 7.04º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF523B is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 59 | - |
| CMYK | 0 | 0.68 | 0.77 | 0 |
| HSL | 7.04º | 1% | 0.62% | - |
| HSV(B) | 7.04º | 0.77% | 1% | - |
| XYZ | 45.05 | 27.61 | 7.09 | - |
| YUV | 131.11 | 87.31 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 59 | 0 | 0.68 | 0.77 | 0 | 7.04 | 1 | 0.62 |
| Hex | FF | 52 | 3B | 0 | 44 | 4D | 0 | 7 | 64 | 3E |
| Octal | 377 | 122 | 73 | 0 | 104 | 115 | 0 | 7 | 144 | 76 |
| Binary | 11111111 | 1010010 | 111011 | 0 | 1000100 | 1001101 | 0 | 111 | 1100100 | 111110 |
Color Harmonies of #FF523B
Complementary color
Monochromatic Colors of #FF523B
Black with #FF523B
Text Example
Text Example
White with #FF523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF523B; }
p { color: rgb(255,82,59); }
H1.HeaderClassName
{
color: #FF523B;
}
.AnyTagClassName
{
color: #FF523B;
}
</style>
background-color css
<style>
a { background-color: #FF523B; }
a { background-color: rgb(255,82,59); }
div.DivClassName
{
background-color: #FF523B;
}
.BgClassName
{
background-color: #FF523B;
}
</style>
border-color css
<style>
span { border-color: #FF523B; }
span { border-color: rgb(255,82,59); }
td.TdClassName
{
border-color: #FF523B;
}
.TagClassName
{
border-color: #FF523B;
}
</style>