Shades of Sun #FC8233
Tints of Sun #FC8233
RGB
CMYK
RGB Variations
Color information
#FC8233 (or 0xFC8233) is known color: Sun. HEX triplet: FC, 82 and 33. RGB value is (252,130,51). Sum of RGB (Red+Green+Blue) = 252+130+51=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 51 (20.31% from 255 or 11.78% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8233 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8233 is #037DCC. Grayscale: #9D9D9D. Windows color (decimal): -228813 or 3375868. OLE color: 3375868.
HSL color Cylindrical-coordinate representation of color #FC8233: hue angle of 23.58º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC8233 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 130 | 51 | - |
| CMYK | 0 | 0.48 | 0.80 | 0.01 |
| HSL | 23.58º | 0.97% | 0.59% | - |
| HSV(B) | 23.58º | 0.8% | 0.99% | - |
| XYZ | 48.73 | 36.9 | 7.69 | - |
| YUV | 157.47 | 67.92 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 130 | 51 | 0 | 0.48 | 0.80 | 0.01 | 23.58 | 0.97 | 0.59 |
| Hex | FC | 82 | 33 | 0 | 30 | 50 | 1 | 18 | 61 | 3B |
| Octal | 374 | 202 | 63 | 0 | 60 | 120 | 1 | 30 | 141 | 73 |
| Binary | 11111100 | 10000010 | 110011 | 0 | 110000 | 1010000 | 1 | 11000 | 1100001 | 111011 |
Color Harmonies of #FC8233
Complementary color
Monochromatic Colors of #FC8233
Black with #FC8233
Text Example
Text Example
White with #FC8233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8233; }
p { color: rgb(252,130,51); }
H1.HeaderClassName
{
color: #FC8233;
}
.AnyTagClassName
{
color: #FC8233;
}
</style>
background-color css
<style>
a { background-color: #FC8233; }
a { background-color: rgb(252,130,51); }
div.DivClassName
{
background-color: #FC8233;
}
.BgClassName
{
background-color: #FC8233;
}
</style>
border-color css
<style>
span { border-color: #FC8233; }
span { border-color: rgb(252,130,51); }
td.TdClassName
{
border-color: #FC8233;
}
.TagClassName
{
border-color: #FC8233;
}
</style>