Shades of Sun #FC8C3E
Tints of Sun #FC8C3E
RGB
CMYK
RGB Variations
Color information
#FC8C3E (or 0xFC8C3E) is known color: Sun. HEX triplet: FC, 8C and 3E. RGB value is (252,140,62). Sum of RGB (Red+Green+Blue) = 252+140+62=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 62 (24.61% from 255 or 13.66% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8C3E is #0373C1. Grayscale: #A5A5A5. Windows color (decimal): -226242 or 4099324. OLE color: 4099324.
HSL color Cylindrical-coordinate representation of color #FC8C3E: hue angle of 24.63º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC8C3E is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 62 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.01 |
| HSL | 24.63º | 0.97% | 0.62% | - |
| HSV(B) | 24.63º | 0.75% | 0.99% | - |
| XYZ | 50.39 | 39.8 | 9.58 | - |
| YUV | 164.6 | 70.11 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 62 | 0 | 0.44 | 0.75 | 0.01 | 24.63 | 0.97 | 0.62 |
| Hex | FC | 8C | 3E | 0 | 2C | 4B | 1 | 19 | 61 | 3E |
| Octal | 374 | 214 | 76 | 0 | 54 | 113 | 1 | 31 | 141 | 76 |
| Binary | 11111100 | 10001100 | 111110 | 0 | 101100 | 1001011 | 1 | 11001 | 1100001 | 111110 |
Color Harmonies of #FC8C3E
Complementary color
Monochromatic Colors of #FC8C3E
Black with #FC8C3E
Text Example
Text Example
White with #FC8C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8C3E; }
p { color: rgb(252,140,62); }
H1.HeaderClassName
{
color: #FC8C3E;
}
.AnyTagClassName
{
color: #FC8C3E;
}
</style>
background-color css
<style>
a { background-color: #FC8C3E; }
a { background-color: rgb(252,140,62); }
div.DivClassName
{
background-color: #FC8C3E;
}
.BgClassName
{
background-color: #FC8C3E;
}
</style>
border-color css
<style>
span { border-color: #FC8C3E; }
span { border-color: rgb(252,140,62); }
td.TdClassName
{
border-color: #FC8C3E;
}
.TagClassName
{
border-color: #FC8C3E;
}
</style>