Shades of Sun #FC832C
Tints of Sun #FC832C
RGB
CMYK
RGB Variations
Color information
#FC832C (or 0xFC832C) is known color: Sun. HEX triplet: FC, 83 and 2C. RGB value is (252,131,44). Sum of RGB (Red+Green+Blue) = 252+131+44=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 44 (17.58% from 255 or 10.30% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC832C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC832C is #037CD3. Grayscale: #9D9D9D. Windows color (decimal): -228564 or 2917372. OLE color: 2917372.
HSL color Cylindrical-coordinate representation of color #FC832C: hue angle of 25.1º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC832C is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 131 | 44 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.01 |
| HSL | 25.1º | 0.97% | 0.58% | - |
| HSV(B) | 25.1º | 0.83% | 0.99% | - |
| XYZ | 48.72 | 37.11 | 6.98 | - |
| YUV | 157.26 | 64.09 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 131 | 44 | 0 | 0.48 | 0.83 | 0.01 | 25.1 | 0.97 | 0.58 |
| Hex | FC | 83 | 2C | 0 | 30 | 53 | 1 | 19 | 61 | 3A |
| Octal | 374 | 203 | 54 | 0 | 60 | 123 | 1 | 31 | 141 | 72 |
| Binary | 11111100 | 10000011 | 101100 | 0 | 110000 | 1010011 | 1 | 11001 | 1100001 | 111010 |
Color Harmonies of #FC832C
Complementary color
Monochromatic Colors of #FC832C
Black with #FC832C
Text Example
Text Example
White with #FC832C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC832C; }
p { color: rgb(252,131,44); }
H1.HeaderClassName
{
color: #FC832C;
}
.AnyTagClassName
{
color: #FC832C;
}
</style>
background-color css
<style>
a { background-color: #FC832C; }
a { background-color: rgb(252,131,44); }
div.DivClassName
{
background-color: #FC832C;
}
.BgClassName
{
background-color: #FC832C;
}
</style>
border-color css
<style>
span { border-color: #FC832C; }
span { border-color: rgb(252,131,44); }
td.TdClassName
{
border-color: #FC832C;
}
.TagClassName
{
border-color: #FC832C;
}
</style>