Shades of Sunset Orange #FF544F
Tints of Sunset Orange #FF544F
RGB
CMYK
RGB Variations
Color information
#FF544F (or 0xFF544F) is known color: Sunset Orange. HEX triplet: FF, 54 and 4F. RGB value is (255,84,79). Sum of RGB (Red+Green+Blue) = 255+84+79=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 79 (31.25% from 255 or 18.90% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF544F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF544F is #00ABB0. Grayscale: #868686. Windows color (decimal): -43953 or 5199103. OLE color: 5199103.
HSL color Cylindrical-coordinate representation of color #FF544F: hue angle of 1.7º 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 #FF544F is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 79 | - |
| CMYK | 0 | 0.67 | 0.69 | 0 |
| HSL | 1.7º | 1% | 0.65% | - |
| HSV(B) | 1.7º | 0.69% | 1% | - |
| XYZ | 45.82 | 28.17 | 10.42 | - |
| YUV | 134.56 | 96.65 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 79 | 0 | 0.67 | 0.69 | 0 | 1.7 | 1 | 0.65 |
| Hex | FF | 54 | 4F | 0 | 43 | 45 | 0 | 2 | 64 | 41 |
| Octal | 377 | 124 | 117 | 0 | 103 | 105 | 0 | 2 | 144 | 101 |
| Binary | 11111111 | 1010100 | 1001111 | 0 | 1000011 | 1000101 | 0 | 10 | 1100100 | 1000001 |
Color Harmonies of #FF544F
Complementary color
Monochromatic Colors of #FF544F
Black with #FF544F
Text Example
Text Example
White with #FF544F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF544F; }
p { color: rgb(255,84,79); }
H1.HeaderClassName
{
color: #FF544F;
}
.AnyTagClassName
{
color: #FF544F;
}
</style>
background-color css
<style>
a { background-color: #FF544F; }
a { background-color: rgb(255,84,79); }
div.DivClassName
{
background-color: #FF544F;
}
.BgClassName
{
background-color: #FF544F;
}
</style>
border-color css
<style>
span { border-color: #FF544F; }
span { border-color: rgb(255,84,79); }
td.TdClassName
{
border-color: #FF544F;
}
.TagClassName
{
border-color: #FF544F;
}
</style>