Shades of Sunset Orange #FC534D
Tints of Sunset Orange #FC534D
RGB
CMYK
RGB Variations
Color information
#FC534D (or 0xFC534D) is known color: Sunset Orange. HEX triplet: FC, 53 and 4D. RGB value is (252,83,77). Sum of RGB (Red+Green+Blue) = 252+83+77=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC534D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC534D is #03ACB2. Grayscale: #858585. Windows color (decimal): -240819 or 5067772. OLE color: 5067772.
HSL color Cylindrical-coordinate representation of color #FC534D: hue angle of 2.06º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC534D is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 83 | 77 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.01 |
| HSL | 2.06º | 0.97% | 0.65% | - |
| HSV(B) | 2.06º | 0.69% | 0.99% | - |
| XYZ | 44.58 | 27.42 | 9.96 | - |
| YUV | 132.85 | 96.49 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 83 | 77 | 0 | 0.67 | 0.69 | 0.01 | 2.06 | 0.97 | 0.65 |
| Hex | FC | 53 | 4D | 0 | 43 | 45 | 1 | 2 | 61 | 41 |
| Octal | 374 | 123 | 115 | 0 | 103 | 105 | 1 | 2 | 141 | 101 |
| Binary | 11111100 | 1010011 | 1001101 | 0 | 1000011 | 1000101 | 1 | 10 | 1100001 | 1000001 |
Color Harmonies of #FC534D
Complementary color
Monochromatic Colors of #FC534D
Black with #FC534D
Text Example
Text Example
White with #FC534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC534D; }
p { color: rgb(252,83,77); }
H1.HeaderClassName
{
color: #FC534D;
}
.AnyTagClassName
{
color: #FC534D;
}
</style>
background-color css
<style>
a { background-color: #FC534D; }
a { background-color: rgb(252,83,77); }
div.DivClassName
{
background-color: #FC534D;
}
.BgClassName
{
background-color: #FC534D;
}
</style>
border-color css
<style>
span { border-color: #FC534D; }
span { border-color: rgb(252,83,77); }
td.TdClassName
{
border-color: #FC534D;
}
.TagClassName
{
border-color: #FC534D;
}
</style>