Shades of Sunglow #FCC92D
Tints of Sunglow #FCC92D
RGB
CMYK
RGB Variations
Color information
#FCC92D (or 0xFCC92D) is known color: Sunglow. HEX triplet: FC, C9 and 2D. RGB value is (252,201,45). Sum of RGB (Red+Green+Blue) = 252+201+45=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 45 (17.97% from 255 or 9.04% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC92D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC92D is #0336D2. Grayscale: #C7C7C7. Windows color (decimal): -210643 or 3000828. OLE color: 3000828.
HSL color Cylindrical-coordinate representation of color #FCC92D: hue angle of 45.22º 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 #FCC92D is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 45 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.01 |
| HSL | 45.22º | 0.97% | 0.58% | - |
| HSV(B) | 45.22º | 0.82% | 0.99% | - |
| XYZ | 61.51 | 62.66 | 11.34 | - |
| YUV | 198.47 | 41.4 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 45 | 0 | 0.20 | 0.82 | 0.01 | 45.22 | 0.97 | 0.58 |
| Hex | FC | C9 | 2D | 0 | 14 | 52 | 1 | 2D | 61 | 3A |
| Octal | 374 | 311 | 55 | 0 | 24 | 122 | 1 | 55 | 141 | 72 |
| Binary | 11111100 | 11001001 | 101101 | 0 | 10100 | 1010010 | 1 | 101101 | 1100001 | 111010 |
Color Harmonies of #FCC92D
Complementary color
Monochromatic Colors of #FCC92D
Black with #FCC92D
Text Example
Text Example
White with #FCC92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC92D; }
p { color: rgb(252,201,45); }
H1.HeaderClassName
{
color: #FCC92D;
}
.AnyTagClassName
{
color: #FCC92D;
}
</style>
background-color css
<style>
a { background-color: #FCC92D; }
a { background-color: rgb(252,201,45); }
div.DivClassName
{
background-color: #FCC92D;
}
.BgClassName
{
background-color: #FCC92D;
}
</style>
border-color css
<style>
span { border-color: #FCC92D; }
span { border-color: rgb(252,201,45); }
td.TdClassName
{
border-color: #FCC92D;
}
.TagClassName
{
border-color: #FCC92D;
}
</style>