Shades of Sun #FC8330
Tints of Sun #FC8330
RGB
CMYK
RGB Variations
Color information
#FC8330 (or 0xFC8330) is known color: Sun. HEX triplet: FC, 83 and 30. RGB value is (252,131,48). Sum of RGB (Red+Green+Blue) = 252+131+48=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 48 (19.14% from 255 or 11.14% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8330 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8330 is #037CCF. Grayscale: #9E9E9E. Windows color (decimal): -228560 or 3179516. OLE color: 3179516.
HSL color Cylindrical-coordinate representation of color #FC8330: hue angle of 24.41º 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 #FC8330 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 131 | 48 | - |
| CMYK | 0 | 0.48 | 0.81 | 0.01 |
| HSL | 24.41º | 0.97% | 0.59% | - |
| HSV(B) | 24.41º | 0.81% | 0.99% | - |
| XYZ | 48.79 | 37.14 | 7.39 | - |
| YUV | 157.72 | 66.09 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 131 | 48 | 0 | 0.48 | 0.81 | 0.01 | 24.41 | 0.97 | 0.59 |
| Hex | FC | 83 | 30 | 0 | 30 | 51 | 1 | 18 | 61 | 3B |
| Octal | 374 | 203 | 60 | 0 | 60 | 121 | 1 | 30 | 141 | 73 |
| Binary | 11111100 | 10000011 | 110000 | 0 | 110000 | 1010001 | 1 | 11000 | 1100001 | 111011 |
Color Harmonies of #FC8330
Complementary color
Monochromatic Colors of #FC8330
Black with #FC8330
Text Example
Text Example
White with #FC8330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8330; }
p { color: rgb(252,131,48); }
H1.HeaderClassName
{
color: #FC8330;
}
.AnyTagClassName
{
color: #FC8330;
}
</style>
background-color css
<style>
a { background-color: #FC8330; }
a { background-color: rgb(252,131,48); }
div.DivClassName
{
background-color: #FC8330;
}
.BgClassName
{
background-color: #FC8330;
}
</style>
border-color css
<style>
span { border-color: #FC8330; }
span { border-color: rgb(252,131,48); }
td.TdClassName
{
border-color: #FC8330;
}
.TagClassName
{
border-color: #FC8330;
}
</style>