Shades of Sunglow #FCC72E
Tints of Sunglow #FCC72E
RGB
CMYK
RGB Variations
Color information
#FCC72E (or 0xFCC72E) is known color: Sunglow. HEX triplet: FC, C7 and 2E. RGB value is (252,199,46). Sum of RGB (Red+Green+Blue) = 252+199+46=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 199 (78.12% from 255 or 40.04% from 497); Blue value is 46 (18.36% from 255 or 9.26% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC72E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC72E is #0338D1. Grayscale: #C6C6C6. Windows color (decimal): -211154 or 3065852. OLE color: 3065852.
HSL color Cylindrical-coordinate representation of color #FCC72E: hue angle of 44.56º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FCC72E is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 46 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.01 |
| HSL | 44.56º | 0.97% | 0.58% | - |
| HSV(B) | 44.56º | 0.82% | 0.99% | - |
| XYZ | 61.06 | 61.74 | 11.28 | - |
| YUV | 197.41 | 42.56 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 46 | 0 | 0.21 | 0.82 | 0.01 | 44.56 | 0.97 | 0.58 |
| Hex | FC | C7 | 2E | 0 | 15 | 52 | 1 | 2D | 61 | 3A |
| Octal | 374 | 307 | 56 | 0 | 25 | 122 | 1 | 55 | 141 | 72 |
| Binary | 11111100 | 11000111 | 101110 | 0 | 10101 | 1010010 | 1 | 101101 | 1100001 | 111010 |
Color Harmonies of #FCC72E
Complementary color
Monochromatic Colors of #FCC72E
Black with #FCC72E
Text Example
Text Example
White with #FCC72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC72E; }
p { color: rgb(252,199,46); }
H1.HeaderClassName
{
color: #FCC72E;
}
.AnyTagClassName
{
color: #FCC72E;
}
</style>
background-color css
<style>
a { background-color: #FCC72E; }
a { background-color: rgb(252,199,46); }
div.DivClassName
{
background-color: #FCC72E;
}
.BgClassName
{
background-color: #FCC72E;
}
</style>
border-color css
<style>
span { border-color: #FCC72E; }
span { border-color: rgb(252,199,46); }
td.TdClassName
{
border-color: #FCC72E;
}
.TagClassName
{
border-color: #FCC72E;
}
</style>