Shades of Sun #FC8533
Tints of Sun #FC8533
RGB
CMYK
RGB Variations
Color information
#FC8533 (or 0xFC8533) is known color: Sun. HEX triplet: FC, 85 and 33. RGB value is (252,133,51). Sum of RGB (Red+Green+Blue) = 252+133+51=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 51 (20.31% from 255 or 11.70% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8533 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8533 is #037ACC. Grayscale: #9F9F9F. Windows color (decimal): -228045 or 3376636. OLE color: 3376636.
HSL color Cylindrical-coordinate representation of color #FC8533: hue angle of 24.48º 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 #FC8533 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 51 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.01 |
| HSL | 24.48º | 0.97% | 0.59% | - |
| HSV(B) | 24.48º | 0.8% | 0.99% | - |
| XYZ | 49.13 | 37.71 | 7.82 | - |
| YUV | 159.23 | 66.92 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 51 | 0 | 0.47 | 0.80 | 0.01 | 24.48 | 0.97 | 0.59 |
| Hex | FC | 85 | 33 | 0 | 2F | 50 | 1 | 18 | 61 | 3B |
| Octal | 374 | 205 | 63 | 0 | 57 | 120 | 1 | 30 | 141 | 73 |
| Binary | 11111100 | 10000101 | 110011 | 0 | 101111 | 1010000 | 1 | 11000 | 1100001 | 111011 |
Color Harmonies of #FC8533
Complementary color
Monochromatic Colors of #FC8533
Black with #FC8533
Text Example
Text Example
White with #FC8533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8533; }
p { color: rgb(252,133,51); }
H1.HeaderClassName
{
color: #FC8533;
}
.AnyTagClassName
{
color: #FC8533;
}
</style>
background-color css
<style>
a { background-color: #FC8533; }
a { background-color: rgb(252,133,51); }
div.DivClassName
{
background-color: #FC8533;
}
.BgClassName
{
background-color: #FC8533;
}
</style>
border-color css
<style>
span { border-color: #FC8533; }
span { border-color: rgb(252,133,51); }
td.TdClassName
{
border-color: #FC8533;
}
.TagClassName
{
border-color: #FC8533;
}
</style>