Shades of Sun #FC8C3A
Tints of Sun #FC8C3A
RGB
CMYK
RGB Variations
Color information
#FC8C3A (or 0xFC8C3A) is known color: Sun. HEX triplet: FC, 8C and 3A. RGB value is (252,140,58). Sum of RGB (Red+Green+Blue) = 252+140+58=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 58 (23.05% from 255 or 12.89% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8C3A is #0373C5. Grayscale: #A4A4A4. Windows color (decimal): -226246 or 3837180. OLE color: 3837180.
HSL color Cylindrical-coordinate representation of color #FC8C3A: hue angle of 25.36º 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 #FC8C3A is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 58 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.01 |
| HSL | 25.36º | 0.97% | 0.61% | - |
| HSV(B) | 25.36º | 0.77% | 0.99% | - |
| XYZ | 50.29 | 39.76 | 9.03 | - |
| YUV | 164.14 | 68.11 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 58 | 0 | 0.44 | 0.77 | 0.01 | 25.36 | 0.97 | 0.61 |
| Hex | FC | 8C | 3A | 0 | 2C | 4D | 1 | 19 | 61 | 3D |
| Octal | 374 | 214 | 72 | 0 | 54 | 115 | 1 | 31 | 141 | 75 |
| Binary | 11111100 | 10001100 | 111010 | 0 | 101100 | 1001101 | 1 | 11001 | 1100001 | 111101 |
Color Harmonies of #FC8C3A
Complementary color
Monochromatic Colors of #FC8C3A
Black with #FC8C3A
Text Example
Text Example
White with #FC8C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8C3A; }
p { color: rgb(252,140,58); }
H1.HeaderClassName
{
color: #FC8C3A;
}
.AnyTagClassName
{
color: #FC8C3A;
}
</style>
background-color css
<style>
a { background-color: #FC8C3A; }
a { background-color: rgb(252,140,58); }
div.DivClassName
{
background-color: #FC8C3A;
}
.BgClassName
{
background-color: #FC8C3A;
}
</style>
border-color css
<style>
span { border-color: #FC8C3A; }
span { border-color: rgb(252,140,58); }
td.TdClassName
{
border-color: #FC8C3A;
}
.TagClassName
{
border-color: #FC8C3A;
}
</style>