Shades of Sunglow #FECC2E
Tints of Sunglow #FECC2E
RGB
CMYK
RGB Variations
Color information
#FECC2E (or 0xFECC2E) is known color: Sunglow. HEX triplet: FE, CC and 2E. RGB value is (254,204,46). Sum of RGB (Red+Green+Blue) = 254+204+46=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 46 (18.36% from 255 or 9.13% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECC2E is #0133D1. Grayscale: #C9C9C9. Windows color (decimal): -78802 or 3067134. OLE color: 3067134.
HSL color Cylindrical-coordinate representation of color #FECC2E: hue angle of 45.58º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FECC2E is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 46 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.00 |
| HSL | 45.58º | 0.99% | 0.59% | - |
| HSV(B) | 45.58º | 0.82% | 1% | - |
| XYZ | 62.96 | 64.45 | 11.71 | - |
| YUV | 200.94 | 40.57 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 46 | 0 | 0.20 | 0.82 | 0.00 | 45.58 | 0.99 | 0.59 |
| Hex | FE | CC | 2E | 0 | 14 | 52 | 0 | 2E | 63 | 3B |
| Octal | 376 | 314 | 56 | 0 | 24 | 122 | 0 | 56 | 143 | 73 |
| Binary | 11111110 | 11001100 | 101110 | 0 | 10100 | 1010010 | 0 | 101110 | 1100011 | 111011 |
Color Harmonies of #FECC2E
Complementary color
Monochromatic Colors of #FECC2E
Black with #FECC2E
Text Example
Text Example
White with #FECC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECC2E; }
p { color: rgb(254,204,46); }
H1.HeaderClassName
{
color: #FECC2E;
}
.AnyTagClassName
{
color: #FECC2E;
}
</style>
background-color css
<style>
a { background-color: #FECC2E; }
a { background-color: rgb(254,204,46); }
div.DivClassName
{
background-color: #FECC2E;
}
.BgClassName
{
background-color: #FECC2E;
}
</style>
border-color css
<style>
span { border-color: #FECC2E; }
span { border-color: rgb(254,204,46); }
td.TdClassName
{
border-color: #FECC2E;
}
.TagClassName
{
border-color: #FECC2E;
}
</style>