Shades of Sun #FC852F
Tints of Sun #FC852F
RGB
CMYK
RGB Variations
Color information
#FC852F (or 0xFC852F) is known color: Sun. HEX triplet: FC, 85 and 2F. RGB value is (252,133,47). Sum of RGB (Red+Green+Blue) = 252+133+47=432 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.33% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 47 (18.75% from 255 or 10.88% from 432); Max value from RGB is 252 - color contains mainly: red. Hex color #FC852F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC852F is #037AD0. Grayscale: #9F9F9F. Windows color (decimal): -228049 or 3114492. OLE color: 3114492.
HSL color Cylindrical-coordinate representation of color #FC852F: hue angle of 25.17º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC852F is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 47 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.01 |
| HSL | 25.17º | 0.97% | 0.59% | - |
| HSV(B) | 25.17º | 0.81% | 0.99% | - |
| XYZ | 49.05 | 37.68 | 7.38 | - |
| YUV | 158.78 | 64.92 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 47 | 0 | 0.47 | 0.81 | 0.01 | 25.17 | 0.97 | 0.59 |
| Hex | FC | 85 | 2F | 0 | 2F | 51 | 1 | 19 | 61 | 3B |
| Octal | 374 | 205 | 57 | 0 | 57 | 121 | 1 | 31 | 141 | 73 |
| Binary | 11111100 | 10000101 | 101111 | 0 | 101111 | 1010001 | 1 | 11001 | 1100001 | 111011 |
Color Harmonies of #FC852F
Complementary color
Monochromatic Colors of #FC852F
Black with #FC852F
Text Example
Text Example
White with #FC852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC852F; }
p { color: rgb(252,133,47); }
H1.HeaderClassName
{
color: #FC852F;
}
.AnyTagClassName
{
color: #FC852F;
}
</style>
background-color css
<style>
a { background-color: #FC852F; }
a { background-color: rgb(252,133,47); }
div.DivClassName
{
background-color: #FC852F;
}
.BgClassName
{
background-color: #FC852F;
}
</style>
border-color css
<style>
span { border-color: #FC852F; }
span { border-color: rgb(252,133,47); }
td.TdClassName
{
border-color: #FC852F;
}
.TagClassName
{
border-color: #FC852F;
}
</style>