Shades of Sun #FC853B
Tints of Sun #FC853B
RGB
CMYK
RGB Variations
Color information
#FC853B (or 0xFC853B) is known color: Sun. HEX triplet: FC, 85 and 3B. RGB value is (252,133,59). Sum of RGB (Red+Green+Blue) = 252+133+59=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 59 (23.44% from 255 or 13.29% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC853B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC853B is #037AC4. Grayscale: #A0A0A0. Windows color (decimal): -228037 or 3900924. OLE color: 3900924.
HSL color Cylindrical-coordinate representation of color #FC853B: hue angle of 23.01º 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 #FC853B is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 59 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.01 |
| HSL | 23.01º | 0.97% | 0.61% | - |
| HSV(B) | 23.01º | 0.77% | 0.99% | - |
| XYZ | 49.32 | 37.79 | 8.83 | - |
| YUV | 160.15 | 70.92 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 59 | 0 | 0.47 | 0.77 | 0.01 | 23.01 | 0.97 | 0.61 |
| Hex | FC | 85 | 3B | 0 | 2F | 4D | 1 | 17 | 61 | 3D |
| Octal | 374 | 205 | 73 | 0 | 57 | 115 | 1 | 27 | 141 | 75 |
| Binary | 11111100 | 10000101 | 111011 | 0 | 101111 | 1001101 | 1 | 10111 | 1100001 | 111101 |
Color Harmonies of #FC853B
Complementary color
Monochromatic Colors of #FC853B
Black with #FC853B
Text Example
Text Example
White with #FC853B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC853B; }
p { color: rgb(252,133,59); }
H1.HeaderClassName
{
color: #FC853B;
}
.AnyTagClassName
{
color: #FC853B;
}
</style>
background-color css
<style>
a { background-color: #FC853B; }
a { background-color: rgb(252,133,59); }
div.DivClassName
{
background-color: #FC853B;
}
.BgClassName
{
background-color: #FC853B;
}
</style>
border-color css
<style>
span { border-color: #FC853B; }
span { border-color: rgb(252,133,59); }
td.TdClassName
{
border-color: #FC853B;
}
.TagClassName
{
border-color: #FC853B;
}
</style>