Shades of Sun #FC853A
Tints of Sun #FC853A
RGB
CMYK
RGB Variations
Color information
#FC853A (or 0xFC853A) is known color: Sun. HEX triplet: FC, 85 and 3A. RGB value is (252,133,58). Sum of RGB (Red+Green+Blue) = 252+133+58=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 58 (23.05% from 255 or 13.09% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC853A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC853A is #037AC5. Grayscale: #A0A0A0. Windows color (decimal): -228038 or 3835388. OLE color: 3835388.
HSL color Cylindrical-coordinate representation of color #FC853A: hue angle of 23.2º 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 #FC853A is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 58 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.01 |
| HSL | 23.2º | 0.97% | 0.61% | - |
| HSV(B) | 23.2º | 0.77% | 0.99% | - |
| XYZ | 49.3 | 37.78 | 8.7 | - |
| YUV | 160.03 | 70.42 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 58 | 0 | 0.47 | 0.77 | 0.01 | 23.2 | 0.97 | 0.61 |
| Hex | FC | 85 | 3A | 0 | 2F | 4D | 1 | 17 | 61 | 3D |
| Octal | 374 | 205 | 72 | 0 | 57 | 115 | 1 | 27 | 141 | 75 |
| Binary | 11111100 | 10000101 | 111010 | 0 | 101111 | 1001101 | 1 | 10111 | 1100001 | 111101 |
Color Harmonies of #FC853A
Complementary color
Monochromatic Colors of #FC853A
Black with #FC853A
Text Example
Text Example
White with #FC853A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC853A; }
p { color: rgb(252,133,58); }
H1.HeaderClassName
{
color: #FC853A;
}
.AnyTagClassName
{
color: #FC853A;
}
</style>
background-color css
<style>
a { background-color: #FC853A; }
a { background-color: rgb(252,133,58); }
div.DivClassName
{
background-color: #FC853A;
}
.BgClassName
{
background-color: #FC853A;
}
</style>
border-color css
<style>
span { border-color: #FC853A; }
span { border-color: rgb(252,133,58); }
td.TdClassName
{
border-color: #FC853A;
}
.TagClassName
{
border-color: #FC853A;
}
</style>