Shades of Sunglow #FECD40
Tints of Sunglow #FECD40
RGB
CMYK
RGB Variations
Color information
#FECD40 (or 0xFECD40) is known color: Sunglow. HEX triplet: FE, CD and 40. RGB value is (254,205,64). Sum of RGB (Red+Green+Blue) = 254+205+64=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 64 (25.39% from 255 or 12.24% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECD40 is #0132BF. Grayscale: #CCCCCC. Windows color (decimal): -78528 or 4247038. OLE color: 4247038.
HSL color Cylindrical-coordinate representation of color #FECD40: hue angle of 44.53º 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 #FECD40 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 64 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.00 |
| HSL | 44.53º | 0.99% | 0.62% | - |
| HSV(B) | 44.53º | 0.75% | 1% | - |
| XYZ | 63.63 | 65.1 | 14.06 | - |
| YUV | 203.58 | 49.23 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 64 | 0 | 0.19 | 0.75 | 0.00 | 44.53 | 0.99 | 0.62 |
| Hex | FE | CD | 40 | 0 | 13 | 4B | 0 | 2D | 63 | 3E |
| Octal | 376 | 315 | 100 | 0 | 23 | 113 | 0 | 55 | 143 | 76 |
| Binary | 11111110 | 11001101 | 1000000 | 0 | 10011 | 1001011 | 0 | 101101 | 1100011 | 111110 |
Color Harmonies of #FECD40
Complementary color
Monochromatic Colors of #FECD40
Black with #FECD40
Text Example
Text Example
White with #FECD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD40; }
p { color: rgb(254,205,64); }
H1.HeaderClassName
{
color: #FECD40;
}
.AnyTagClassName
{
color: #FECD40;
}
</style>
background-color css
<style>
a { background-color: #FECD40; }
a { background-color: rgb(254,205,64); }
div.DivClassName
{
background-color: #FECD40;
}
.BgClassName
{
background-color: #FECD40;
}
</style>
border-color css
<style>
span { border-color: #FECD40; }
span { border-color: rgb(254,205,64); }
td.TdClassName
{
border-color: #FECD40;
}
.TagClassName
{
border-color: #FECD40;
}
</style>