Shades of Sunglow #FECC40
Tints of Sunglow #FECC40
RGB
CMYK
RGB Variations
Color information
#FECC40 (or 0xFECC40) is known color: Sunglow. HEX triplet: FE, CC and 40. RGB value is (254,204,64). Sum of RGB (Red+Green+Blue) = 254+204+64=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 64 (25.39% from 255 or 12.26% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECC40 is #0133BF. Grayscale: #CBCBCB. Windows color (decimal): -78784 or 4246782. OLE color: 4246782.
HSL color Cylindrical-coordinate representation of color #FECC40: hue angle of 44.21º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FECC40 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 64 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.00 |
| HSL | 44.21º | 0.99% | 0.62% | - |
| HSV(B) | 44.21º | 0.75% | 1% | - |
| XYZ | 63.39 | 64.63 | 13.98 | - |
| YUV | 202.99 | 49.57 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 64 | 0 | 0.20 | 0.75 | 0.00 | 44.21 | 0.99 | 0.62 |
| Hex | FE | CC | 40 | 0 | 14 | 4B | 0 | 2C | 63 | 3E |
| Octal | 376 | 314 | 100 | 0 | 24 | 113 | 0 | 54 | 143 | 76 |
| Binary | 11111110 | 11001100 | 1000000 | 0 | 10100 | 1001011 | 0 | 101100 | 1100011 | 111110 |
Color Harmonies of #FECC40
Complementary color
Monochromatic Colors of #FECC40
Black with #FECC40
Text Example
Text Example
White with #FECC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECC40; }
p { color: rgb(254,204,64); }
H1.HeaderClassName
{
color: #FECC40;
}
.AnyTagClassName
{
color: #FECC40;
}
</style>
background-color css
<style>
a { background-color: #FECC40; }
a { background-color: rgb(254,204,64); }
div.DivClassName
{
background-color: #FECC40;
}
.BgClassName
{
background-color: #FECC40;
}
</style>
border-color css
<style>
span { border-color: #FECC40; }
span { border-color: rgb(254,204,64); }
td.TdClassName
{
border-color: #FECC40;
}
.TagClassName
{
border-color: #FECC40;
}
</style>