Shades of Sunset Orange #FC5133
Tints of Sunset Orange #FC5133
RGB
CMYK
RGB Variations
Color information
#FC5133 (or 0xFC5133) is known color: Sunset Orange. HEX triplet: FC, 51 and 33. RGB value is (252,81,51). Sum of RGB (Red+Green+Blue) = 252+81+51=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 51 (20.31% from 255 or 13.28% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5133 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5133 is #03AECC. Grayscale: #818181. Windows color (decimal): -241357 or 3363324. OLE color: 3363324.
HSL color Cylindrical-coordinate representation of color #FC5133: hue angle of 8.96º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC5133 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 81 | 51 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.01 |
| HSL | 8.96º | 0.97% | 0.59% | - |
| HSV(B) | 8.96º | 0.8% | 0.99% | - |
| XYZ | 43.68 | 26.82 | 6.01 | - |
| YUV | 128.71 | 84.15 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 81 | 51 | 0 | 0.68 | 0.80 | 0.01 | 8.96 | 0.97 | 0.59 |
| Hex | FC | 51 | 33 | 0 | 44 | 50 | 1 | 9 | 61 | 3B |
| Octal | 374 | 121 | 63 | 0 | 104 | 120 | 1 | 11 | 141 | 73 |
| Binary | 11111100 | 1010001 | 110011 | 0 | 1000100 | 1010000 | 1 | 1001 | 1100001 | 111011 |
Color Harmonies of #FC5133
Complementary color
Monochromatic Colors of #FC5133
Black with #FC5133
Text Example
Text Example
White with #FC5133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5133; }
p { color: rgb(252,81,51); }
H1.HeaderClassName
{
color: #FC5133;
}
.AnyTagClassName
{
color: #FC5133;
}
</style>
background-color css
<style>
a { background-color: #FC5133; }
a { background-color: rgb(252,81,51); }
div.DivClassName
{
background-color: #FC5133;
}
.BgClassName
{
background-color: #FC5133;
}
</style>
border-color css
<style>
span { border-color: #FC5133; }
span { border-color: rgb(252,81,51); }
td.TdClassName
{
border-color: #FC5133;
}
.TagClassName
{
border-color: #FC5133;
}
</style>