Shades of Sun #FC853C
Tints of Sun #FC853C
RGB
CMYK
RGB Variations
Color information
#FC853C (or 0xFC853C) is known color: Sun. HEX triplet: FC, 85 and 3C. RGB value is (252,133,60). Sum of RGB (Red+Green+Blue) = 252+133+60=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 60 (23.83% from 255 or 13.48% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC853C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC853C is #037AC3. Grayscale: #A0A0A0. Windows color (decimal): -228036 or 3966460. OLE color: 3966460.
HSL color Cylindrical-coordinate representation of color #FC853C: hue angle of 22.81º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC853C is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 60 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.01 |
| HSL | 22.81º | 0.97% | 0.61% | - |
| HSV(B) | 22.81º | 0.76% | 0.99% | - |
| XYZ | 49.35 | 37.8 | 8.97 | - |
| YUV | 160.26 | 71.42 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 60 | 0 | 0.47 | 0.76 | 0.01 | 22.81 | 0.97 | 0.61 |
| Hex | FC | 85 | 3C | 0 | 2F | 4C | 1 | 17 | 61 | 3D |
| Octal | 374 | 205 | 74 | 0 | 57 | 114 | 1 | 27 | 141 | 75 |
| Binary | 11111100 | 10000101 | 111100 | 0 | 101111 | 1001100 | 1 | 10111 | 1100001 | 111101 |
Color Harmonies of #FC853C
Complementary color
Monochromatic Colors of #FC853C
Black with #FC853C
Text Example
Text Example
White with #FC853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC853C; }
p { color: rgb(252,133,60); }
H1.HeaderClassName
{
color: #FC853C;
}
.AnyTagClassName
{
color: #FC853C;
}
</style>
background-color css
<style>
a { background-color: #FC853C; }
a { background-color: rgb(252,133,60); }
div.DivClassName
{
background-color: #FC853C;
}
.BgClassName
{
background-color: #FC853C;
}
</style>
border-color css
<style>
span { border-color: #FC853C; }
span { border-color: rgb(252,133,60); }
td.TdClassName
{
border-color: #FC853C;
}
.TagClassName
{
border-color: #FC853C;
}
</style>