Shades of Sunset Orange #FC534F
Tints of Sunset Orange #FC534F
RGB
CMYK
RGB Variations
Color information
#FC534F (or 0xFC534F) is known color: Sunset Orange. HEX triplet: FC, 53 and 4F. RGB value is (252,83,79). Sum of RGB (Red+Green+Blue) = 252+83+79=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 79 (31.25% from 255 or 19.08% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC534F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC534F is #03ACB0. Grayscale: #858585. Windows color (decimal): -240817 or 5198844. OLE color: 5198844.
HSL color Cylindrical-coordinate representation of color #FC534F: hue angle of 1.39º 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 #FC534F is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 83 | 79 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.01 |
| HSL | 1.39º | 0.97% | 0.65% | - |
| HSV(B) | 1.39º | 0.69% | 0.99% | - |
| XYZ | 44.65 | 27.45 | 10.34 | - |
| YUV | 133.08 | 97.49 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 83 | 79 | 0 | 0.67 | 0.69 | 0.01 | 1.39 | 0.97 | 0.65 |
| Hex | FC | 53 | 4F | 0 | 43 | 45 | 1 | 1 | 61 | 41 |
| Octal | 374 | 123 | 117 | 0 | 103 | 105 | 1 | 1 | 141 | 101 |
| Binary | 11111100 | 1010011 | 1001111 | 0 | 1000011 | 1000101 | 1 | 1 | 1100001 | 1000001 |
Color Harmonies of #FC534F
Complementary color
Monochromatic Colors of #FC534F
Black with #FC534F
Text Example
Text Example
White with #FC534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC534F; }
p { color: rgb(252,83,79); }
H1.HeaderClassName
{
color: #FC534F;
}
.AnyTagClassName
{
color: #FC534F;
}
</style>
background-color css
<style>
a { background-color: #FC534F; }
a { background-color: rgb(252,83,79); }
div.DivClassName
{
background-color: #FC534F;
}
.BgClassName
{
background-color: #FC534F;
}
</style>
border-color css
<style>
span { border-color: #FC534F; }
span { border-color: rgb(252,83,79); }
td.TdClassName
{
border-color: #FC534F;
}
.TagClassName
{
border-color: #FC534F;
}
</style>