Shades of Sunglow #FCC83E
Tints of Sunglow #FCC83E
RGB
CMYK
RGB Variations
Color information
#FCC83E (or 0xFCC83E) is known color: Sunglow. HEX triplet: FC, C8 and 3E. RGB value is (252,200,62). Sum of RGB (Red+Green+Blue) = 252+200+62=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 62 (24.61% from 255 or 12.06% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC83E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC83E is #0337C1. Grayscale: #C8C8C8. Windows color (decimal): -210882 or 4114684. OLE color: 4114684.
HSL color Cylindrical-coordinate representation of color #FCC83E: hue angle of 43.58º 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 #FCC83E is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 62 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.01 |
| HSL | 43.58º | 0.97% | 0.62% | - |
| HSV(B) | 43.58º | 0.75% | 0.99% | - |
| XYZ | 61.67 | 62.35 | 13.34 | - |
| YUV | 199.82 | 50.23 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 62 | 0 | 0.21 | 0.75 | 0.01 | 43.58 | 0.97 | 0.62 |
| Hex | FC | C8 | 3E | 0 | 15 | 4B | 1 | 2C | 61 | 3E |
| Octal | 374 | 310 | 76 | 0 | 25 | 113 | 1 | 54 | 141 | 76 |
| Binary | 11111100 | 11001000 | 111110 | 0 | 10101 | 1001011 | 1 | 101100 | 1100001 | 111110 |
Color Harmonies of #FCC83E
Complementary color
Monochromatic Colors of #FCC83E
Black with #FCC83E
Text Example
Text Example
White with #FCC83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC83E; }
p { color: rgb(252,200,62); }
H1.HeaderClassName
{
color: #FCC83E;
}
.AnyTagClassName
{
color: #FCC83E;
}
</style>
background-color css
<style>
a { background-color: #FCC83E; }
a { background-color: rgb(252,200,62); }
div.DivClassName
{
background-color: #FCC83E;
}
.BgClassName
{
background-color: #FCC83E;
}
</style>
border-color css
<style>
span { border-color: #FCC83E; }
span { border-color: rgb(252,200,62); }
td.TdClassName
{
border-color: #FCC83E;
}
.TagClassName
{
border-color: #FCC83E;
}
</style>