Shades of Sunglow #FCC92E
Tints of Sunglow #FCC92E
RGB
CMYK
RGB Variations
Color information
#FCC92E (or 0xFCC92E) is known color: Sunglow. HEX triplet: FC, C9 and 2E. RGB value is (252,201,46). Sum of RGB (Red+Green+Blue) = 252+201+46=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 46 (18.36% from 255 or 9.22% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC92E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC92E is #0336D1. Grayscale: #C7C7C7. Windows color (decimal): -210642 or 3066364. OLE color: 3066364.
HSL color Cylindrical-coordinate representation of color #FCC92E: hue angle of 45.15º 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 #FCC92E is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 46 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.01 |
| HSL | 45.15º | 0.97% | 0.58% | - |
| HSV(B) | 45.15º | 0.82% | 0.99% | - |
| XYZ | 61.52 | 62.67 | 11.44 | - |
| YUV | 198.58 | 41.9 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 46 | 0 | 0.20 | 0.82 | 0.01 | 45.15 | 0.97 | 0.58 |
| Hex | FC | C9 | 2E | 0 | 14 | 52 | 1 | 2D | 61 | 3A |
| Octal | 374 | 311 | 56 | 0 | 24 | 122 | 1 | 55 | 141 | 72 |
| Binary | 11111100 | 11001001 | 101110 | 0 | 10100 | 1010010 | 1 | 101101 | 1100001 | 111010 |
Color Harmonies of #FCC92E
Complementary color
Monochromatic Colors of #FCC92E
Black with #FCC92E
Text Example
Text Example
White with #FCC92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC92E; }
p { color: rgb(252,201,46); }
H1.HeaderClassName
{
color: #FCC92E;
}
.AnyTagClassName
{
color: #FCC92E;
}
</style>
background-color css
<style>
a { background-color: #FCC92E; }
a { background-color: rgb(252,201,46); }
div.DivClassName
{
background-color: #FCC92E;
}
.BgClassName
{
background-color: #FCC92E;
}
</style>
border-color css
<style>
span { border-color: #FCC92E; }
span { border-color: rgb(252,201,46); }
td.TdClassName
{
border-color: #FCC92E;
}
.TagClassName
{
border-color: #FCC92E;
}
</style>