Shades of Sunglow #FECC2C
Tints of Sunglow #FECC2C
RGB
CMYK
RGB Variations
Color information
#FECC2C (or 0xFECC2C) is known color: Sunglow. HEX triplet: FE, CC and 2C. RGB value is (254,204,44). Sum of RGB (Red+Green+Blue) = 254+204+44=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 44 (17.58% from 255 or 8.76% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECC2C is #0133D3. Grayscale: #C9C9C9. Windows color (decimal): -78804 or 2936062. OLE color: 2936062.
HSL color Cylindrical-coordinate representation of color #FECC2C: hue angle of 45.71º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FECC2C is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 44 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.00 |
| HSL | 45.71º | 0.99% | 0.58% | - |
| HSV(B) | 45.71º | 0.83% | 1% | - |
| XYZ | 62.92 | 64.44 | 11.5 | - |
| YUV | 200.71 | 39.57 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 44 | 0 | 0.20 | 0.83 | 0.00 | 45.71 | 0.99 | 0.58 |
| Hex | FE | CC | 2C | 0 | 14 | 53 | 0 | 2E | 63 | 3A |
| Octal | 376 | 314 | 54 | 0 | 24 | 123 | 0 | 56 | 143 | 72 |
| Binary | 11111110 | 11001100 | 101100 | 0 | 10100 | 1010011 | 0 | 101110 | 1100011 | 111010 |
Color Harmonies of #FECC2C
Complementary color
Monochromatic Colors of #FECC2C
Black with #FECC2C
Text Example
Text Example
White with #FECC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECC2C; }
p { color: rgb(254,204,44); }
H1.HeaderClassName
{
color: #FECC2C;
}
.AnyTagClassName
{
color: #FECC2C;
}
</style>
background-color css
<style>
a { background-color: #FECC2C; }
a { background-color: rgb(254,204,44); }
div.DivClassName
{
background-color: #FECC2C;
}
.BgClassName
{
background-color: #FECC2C;
}
</style>
border-color css
<style>
span { border-color: #FECC2C; }
span { border-color: rgb(254,204,44); }
td.TdClassName
{
border-color: #FECC2C;
}
.TagClassName
{
border-color: #FECC2C;
}
</style>