Shades of Sunset Orange #FF534E
Tints of Sunset Orange #FF534E
RGB
CMYK
RGB Variations
Color information
#FF534E (or 0xFF534E) is known color: Sunset Orange. HEX triplet: FF, 53 and 4E. RGB value is (255,83,78). Sum of RGB (Red+Green+Blue) = 255+83+78=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 78 (30.86% from 255 or 18.75% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF534E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF534E is #00ACB1. Grayscale: #868686. Windows color (decimal): -44210 or 5133311. OLE color: 5133311.
HSL color Cylindrical-coordinate representation of color #FF534E: hue angle of 1.69º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF534E is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 78 | - |
| CMYK | 0 | 0.67 | 0.69 | 0 |
| HSL | 1.69º | 1% | 0.65% | - |
| HSV(B) | 1.69º | 0.69% | 1% | - |
| XYZ | 45.71 | 28 | 10.2 | - |
| YUV | 133.86 | 96.48 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 78 | 0 | 0.67 | 0.69 | 0 | 1.69 | 1 | 0.65 |
| Hex | FF | 53 | 4E | 0 | 43 | 45 | 0 | 2 | 64 | 41 |
| Octal | 377 | 123 | 116 | 0 | 103 | 105 | 0 | 2 | 144 | 101 |
| Binary | 11111111 | 1010011 | 1001110 | 0 | 1000011 | 1000101 | 0 | 10 | 1100100 | 1000001 |
Color Harmonies of #FF534E
Complementary color
Monochromatic Colors of #FF534E
Black with #FF534E
Text Example
Text Example
White with #FF534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF534E; }
p { color: rgb(255,83,78); }
H1.HeaderClassName
{
color: #FF534E;
}
.AnyTagClassName
{
color: #FF534E;
}
</style>
background-color css
<style>
a { background-color: #FF534E; }
a { background-color: rgb(255,83,78); }
div.DivClassName
{
background-color: #FF534E;
}
.BgClassName
{
background-color: #FF534E;
}
</style>
border-color css
<style>
span { border-color: #FF534E; }
span { border-color: rgb(255,83,78); }
td.TdClassName
{
border-color: #FF534E;
}
.TagClassName
{
border-color: #FF534E;
}
</style>