Shades of Sun #FC8C3B
Tints of Sun #FC8C3B
RGB
CMYK
RGB Variations
Color information
#FC8C3B (or 0xFC8C3B) is known color: Sun. HEX triplet: FC, 8C and 3B. RGB value is (252,140,59). Sum of RGB (Red+Green+Blue) = 252+140+59=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 59 (23.44% from 255 or 13.08% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C3B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8C3B is #0373C4. Grayscale: #A4A4A4. Windows color (decimal): -226245 or 3902716. OLE color: 3902716.
HSL color Cylindrical-coordinate representation of color #FC8C3B: hue angle of 25.18º 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 #FC8C3B is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 59 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.01 |
| HSL | 25.18º | 0.97% | 0.61% | - |
| HSV(B) | 25.18º | 0.77% | 0.99% | - |
| XYZ | 50.31 | 39.77 | 9.16 | - |
| YUV | 164.25 | 68.61 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 59 | 0 | 0.44 | 0.77 | 0.01 | 25.18 | 0.97 | 0.61 |
| Hex | FC | 8C | 3B | 0 | 2C | 4D | 1 | 19 | 61 | 3D |
| Octal | 374 | 214 | 73 | 0 | 54 | 115 | 1 | 31 | 141 | 75 |
| Binary | 11111100 | 10001100 | 111011 | 0 | 101100 | 1001101 | 1 | 11001 | 1100001 | 111101 |
Color Harmonies of #FC8C3B
Complementary color
Monochromatic Colors of #FC8C3B
Black with #FC8C3B
Text Example
Text Example
White with #FC8C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8C3B; }
p { color: rgb(252,140,59); }
H1.HeaderClassName
{
color: #FC8C3B;
}
.AnyTagClassName
{
color: #FC8C3B;
}
</style>
background-color css
<style>
a { background-color: #FC8C3B; }
a { background-color: rgb(252,140,59); }
div.DivClassName
{
background-color: #FC8C3B;
}
.BgClassName
{
background-color: #FC8C3B;
}
</style>
border-color css
<style>
span { border-color: #FC8C3B; }
span { border-color: rgb(252,140,59); }
td.TdClassName
{
border-color: #FC8C3B;
}
.TagClassName
{
border-color: #FC8C3B;
}
</style>