Shades of Sunglow #FCC840
Tints of Sunglow #FCC840
RGB
CMYK
RGB Variations
Color information
#FCC840 (or 0xFCC840) is known color: Sunglow. HEX triplet: FC, C8 and 40. RGB value is (252,200,64). Sum of RGB (Red+Green+Blue) = 252+200+64=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 64 (25.39% from 255 or 12.40% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC840 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC840 is #0337BF. Grayscale: #C8C8C8. Windows color (decimal): -210880 or 4245756. OLE color: 4245756.
HSL color Cylindrical-coordinate representation of color #FCC840: hue angle of 43.4º 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 #FCC840 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 64 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.01 |
| HSL | 43.4º | 0.97% | 0.62% | - |
| HSV(B) | 43.4º | 0.75% | 0.99% | - |
| XYZ | 61.72 | 62.37 | 13.64 | - |
| YUV | 200.04 | 51.23 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 64 | 0 | 0.21 | 0.75 | 0.01 | 43.4 | 0.97 | 0.62 |
| Hex | FC | C8 | 40 | 0 | 15 | 4B | 1 | 2B | 61 | 3E |
| Octal | 374 | 310 | 100 | 0 | 25 | 113 | 1 | 53 | 141 | 76 |
| Binary | 11111100 | 11001000 | 1000000 | 0 | 10101 | 1001011 | 1 | 101011 | 1100001 | 111110 |
Color Harmonies of #FCC840
Complementary color
Monochromatic Colors of #FCC840
Black with #FCC840
Text Example
Text Example
White with #FCC840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC840; }
p { color: rgb(252,200,64); }
H1.HeaderClassName
{
color: #FCC840;
}
.AnyTagClassName
{
color: #FCC840;
}
</style>
background-color css
<style>
a { background-color: #FCC840; }
a { background-color: rgb(252,200,64); }
div.DivClassName
{
background-color: #FCC840;
}
.BgClassName
{
background-color: #FCC840;
}
</style>
border-color css
<style>
span { border-color: #FCC840; }
span { border-color: rgb(252,200,64); }
td.TdClassName
{
border-color: #FCC840;
}
.TagClassName
{
border-color: #FCC840;
}
</style>