Shades of Sunset Orange #FC533A
Tints of Sunset Orange #FC533A
RGB
CMYK
RGB Variations
Color information
#FC533A (or 0xFC533A) is known color: Sunset Orange. HEX triplet: FC, 53 and 3A. RGB value is (252,83,58). Sum of RGB (Red+Green+Blue) = 252+83+58=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 58 (23.05% from 255 or 14.76% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC533A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC533A is #03ACC5. Grayscale: #828282. Windows color (decimal): -240838 or 3822588. OLE color: 3822588.
HSL color Cylindrical-coordinate representation of color #FC533A: hue angle of 7.73º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC533A is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 83 | 58 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.01 |
| HSL | 7.73º | 0.97% | 0.61% | - |
| HSV(B) | 7.73º | 0.77% | 0.99% | - |
| XYZ | 44 | 27.19 | 6.93 | - |
| YUV | 130.68 | 86.99 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 83 | 58 | 0 | 0.67 | 0.77 | 0.01 | 7.73 | 0.97 | 0.61 |
| Hex | FC | 53 | 3A | 0 | 43 | 4D | 1 | 8 | 61 | 3D |
| Octal | 374 | 123 | 72 | 0 | 103 | 115 | 1 | 10 | 141 | 75 |
| Binary | 11111100 | 1010011 | 111010 | 0 | 1000011 | 1001101 | 1 | 1000 | 1100001 | 111101 |
Color Harmonies of #FC533A
Complementary color
Monochromatic Colors of #FC533A
Black with #FC533A
Text Example
Text Example
White with #FC533A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC533A; }
p { color: rgb(252,83,58); }
H1.HeaderClassName
{
color: #FC533A;
}
.AnyTagClassName
{
color: #FC533A;
}
</style>
background-color css
<style>
a { background-color: #FC533A; }
a { background-color: rgb(252,83,58); }
div.DivClassName
{
background-color: #FC533A;
}
.BgClassName
{
background-color: #FC533A;
}
</style>
border-color css
<style>
span { border-color: #FC533A; }
span { border-color: rgb(252,83,58); }
td.TdClassName
{
border-color: #FC533A;
}
.TagClassName
{
border-color: #FC533A;
}
</style>