Shades of Sun #FC853D
Tints of Sun #FC853D
RGB
CMYK
RGB Variations
Color information
#FC853D (or 0xFC853D) is known color: Sun. HEX triplet: FC, 85 and 3D. RGB value is (252,133,61). Sum of RGB (Red+Green+Blue) = 252+133+61=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 61 (24.22% from 255 or 13.68% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC853D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC853D is #037AC2. Grayscale: #A0A0A0. Windows color (decimal): -228035 or 4031996. OLE color: 4031996.
HSL color Cylindrical-coordinate representation of color #FC853D: hue angle of 22.62º 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 #FC853D is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 61 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.01 |
| HSL | 22.62º | 0.97% | 0.61% | - |
| HSV(B) | 22.62º | 0.76% | 0.99% | - |
| XYZ | 49.37 | 37.81 | 9.11 | - |
| YUV | 160.37 | 71.92 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 61 | 0 | 0.47 | 0.76 | 0.01 | 22.62 | 0.97 | 0.61 |
| Hex | FC | 85 | 3D | 0 | 2F | 4C | 1 | 17 | 61 | 3D |
| Octal | 374 | 205 | 75 | 0 | 57 | 114 | 1 | 27 | 141 | 75 |
| Binary | 11111100 | 10000101 | 111101 | 0 | 101111 | 1001100 | 1 | 10111 | 1100001 | 111101 |
Color Harmonies of #FC853D
Complementary color
Monochromatic Colors of #FC853D
Black with #FC853D
Text Example
Text Example
White with #FC853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC853D; }
p { color: rgb(252,133,61); }
H1.HeaderClassName
{
color: #FC853D;
}
.AnyTagClassName
{
color: #FC853D;
}
</style>
background-color css
<style>
a { background-color: #FC853D; }
a { background-color: rgb(252,133,61); }
div.DivClassName
{
background-color: #FC853D;
}
.BgClassName
{
background-color: #FC853D;
}
</style>
border-color css
<style>
span { border-color: #FC853D; }
span { border-color: rgb(252,133,61); }
td.TdClassName
{
border-color: #FC853D;
}
.TagClassName
{
border-color: #FC853D;
}
</style>