Shades of Sunset Orange #FF534A
Tints of Sunset Orange #FF534A
RGB
CMYK
RGB Variations
Color information
#FF534A (or 0xFF534A) is known color: Sunset Orange. HEX triplet: FF, 53 and 4A. RGB value is (255,83,74). Sum of RGB (Red+Green+Blue) = 255+83+74=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF534A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF534A is #00ACB5. Grayscale: #858585. Windows color (decimal): -44214 or 4871167. OLE color: 4871167.
HSL color Cylindrical-coordinate representation of color #FF534A: hue angle of 2.98º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF534A is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 74 | - |
| CMYK | 0 | 0.67 | 0.71 | 0 |
| HSL | 2.98º | 1% | 0.65% | - |
| HSV(B) | 2.98º | 0.71% | 1% | - |
| XYZ | 45.57 | 27.94 | 9.47 | - |
| YUV | 133.4 | 94.48 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 74 | 0 | 0.67 | 0.71 | 0 | 2.98 | 1 | 0.65 |
| Hex | FF | 53 | 4A | 0 | 43 | 47 | 0 | 3 | 64 | 41 |
| Octal | 377 | 123 | 112 | 0 | 103 | 107 | 0 | 3 | 144 | 101 |
| Binary | 11111111 | 1010011 | 1001010 | 0 | 1000011 | 1000111 | 0 | 11 | 1100100 | 1000001 |
Color Harmonies of #FF534A
Complementary color
Monochromatic Colors of #FF534A
Black with #FF534A
Text Example
Text Example
White with #FF534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF534A; }
p { color: rgb(255,83,74); }
H1.HeaderClassName
{
color: #FF534A;
}
.AnyTagClassName
{
color: #FF534A;
}
</style>
background-color css
<style>
a { background-color: #FF534A; }
a { background-color: rgb(255,83,74); }
div.DivClassName
{
background-color: #FF534A;
}
.BgClassName
{
background-color: #FF534A;
}
</style>
border-color css
<style>
span { border-color: #FF534A; }
span { border-color: rgb(255,83,74); }
td.TdClassName
{
border-color: #FF534A;
}
.TagClassName
{
border-color: #FF534A;
}
</style>