Shades of Sunglow #FCCC2E
Tints of Sunglow #FCCC2E
RGB
CMYK
RGB Variations
Color information
#FCCC2E (or 0xFCCC2E) is known color: Sunglow. HEX triplet: FC, CC and 2E. RGB value is (252,204,46). Sum of RGB (Red+Green+Blue) = 252+204+46=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 46 (18.36% from 255 or 9.16% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCC2E is #0333D1. Grayscale: #C9C9C9. Windows color (decimal): -209874 or 3067132. OLE color: 3067132.
HSL color Cylindrical-coordinate representation of color #FCCC2E: hue angle of 46.02º 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 #FCCC2E is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 46 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.01 |
| HSL | 46.02º | 0.97% | 0.58% | - |
| HSV(B) | 46.02º | 0.82% | 0.99% | - |
| XYZ | 62.23 | 64.08 | 11.67 | - |
| YUV | 200.34 | 40.9 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 46 | 0 | 0.19 | 0.82 | 0.01 | 46.02 | 0.97 | 0.58 |
| Hex | FC | CC | 2E | 0 | 13 | 52 | 1 | 2E | 61 | 3A |
| Octal | 374 | 314 | 56 | 0 | 23 | 122 | 1 | 56 | 141 | 72 |
| Binary | 11111100 | 11001100 | 101110 | 0 | 10011 | 1010010 | 1 | 101110 | 1100001 | 111010 |
Color Harmonies of #FCCC2E
Complementary color
Monochromatic Colors of #FCCC2E
Black with #FCCC2E
Text Example
Text Example
White with #FCCC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC2E; }
p { color: rgb(252,204,46); }
H1.HeaderClassName
{
color: #FCCC2E;
}
.AnyTagClassName
{
color: #FCCC2E;
}
</style>
background-color css
<style>
a { background-color: #FCCC2E; }
a { background-color: rgb(252,204,46); }
div.DivClassName
{
background-color: #FCCC2E;
}
.BgClassName
{
background-color: #FCCC2E;
}
</style>
border-color css
<style>
span { border-color: #FCCC2E; }
span { border-color: rgb(252,204,46); }
td.TdClassName
{
border-color: #FCCC2E;
}
.TagClassName
{
border-color: #FCCC2E;
}
</style>