Shades of Sunglow #FECC2F
Tints of Sunglow #FECC2F
RGB
CMYK
RGB Variations
Color information
#FECC2F (or 0xFECC2F) is known color: Sunglow. HEX triplet: FE, CC and 2F. RGB value is (254,204,47). Sum of RGB (Red+Green+Blue) = 254+204+47=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 47 (18.75% from 255 or 9.31% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECC2F is #0133D0. Grayscale: #C9C9C9. Windows color (decimal): -78801 or 3132670. OLE color: 3132670.
HSL color Cylindrical-coordinate representation of color #FECC2F: hue angle of 45.51º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FECC2F is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 47 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.00 |
| HSL | 45.51º | 0.99% | 0.59% | - |
| HSV(B) | 45.51º | 0.81% | 1% | - |
| XYZ | 62.98 | 64.46 | 11.81 | - |
| YUV | 201.05 | 41.07 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 47 | 0 | 0.20 | 0.81 | 0.00 | 45.51 | 0.99 | 0.59 |
| Hex | FE | CC | 2F | 0 | 14 | 51 | 0 | 2E | 63 | 3B |
| Octal | 376 | 314 | 57 | 0 | 24 | 121 | 0 | 56 | 143 | 73 |
| Binary | 11111110 | 11001100 | 101111 | 0 | 10100 | 1010001 | 0 | 101110 | 1100011 | 111011 |
Color Harmonies of #FECC2F
Complementary color
Monochromatic Colors of #FECC2F
Black with #FECC2F
Text Example
Text Example
White with #FECC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECC2F; }
p { color: rgb(254,204,47); }
H1.HeaderClassName
{
color: #FECC2F;
}
.AnyTagClassName
{
color: #FECC2F;
}
</style>
background-color css
<style>
a { background-color: #FECC2F; }
a { background-color: rgb(254,204,47); }
div.DivClassName
{
background-color: #FECC2F;
}
.BgClassName
{
background-color: #FECC2F;
}
</style>
border-color css
<style>
span { border-color: #FECC2F; }
span { border-color: rgb(254,204,47); }
td.TdClassName
{
border-color: #FECC2F;
}
.TagClassName
{
border-color: #FECC2F;
}
</style>