Shades of Sunglow #FECD3F
Tints of Sunglow #FECD3F
RGB
CMYK
RGB Variations
Color information
#FECD3F (or 0xFECD3F) is known color: Sunglow. HEX triplet: FE, CD and 3F. RGB value is (254,205,63). Sum of RGB (Red+Green+Blue) = 254+205+63=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 63 (25% from 255 or 12.07% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECD3F is #0132C0. Grayscale: #CCCCCC. Windows color (decimal): -78529 or 4181502. OLE color: 4181502.
HSL color Cylindrical-coordinate representation of color #FECD3F: hue angle of 44.61º 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 #FECD3F is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 63 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.00 |
| HSL | 44.61º | 0.99% | 0.62% | - |
| HSV(B) | 44.61º | 0.75% | 1% | - |
| XYZ | 63.6 | 65.09 | 13.91 | - |
| YUV | 203.46 | 48.73 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 63 | 0 | 0.19 | 0.75 | 0.00 | 44.61 | 0.99 | 0.62 |
| Hex | FE | CD | 3F | 0 | 13 | 4B | 0 | 2D | 63 | 3E |
| Octal | 376 | 315 | 77 | 0 | 23 | 113 | 0 | 55 | 143 | 76 |
| Binary | 11111110 | 11001101 | 111111 | 0 | 10011 | 1001011 | 0 | 101101 | 1100011 | 111110 |
Color Harmonies of #FECD3F
Complementary color
Monochromatic Colors of #FECD3F
Black with #FECD3F
Text Example
Text Example
White with #FECD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD3F; }
p { color: rgb(254,205,63); }
H1.HeaderClassName
{
color: #FECD3F;
}
.AnyTagClassName
{
color: #FECD3F;
}
</style>
background-color css
<style>
a { background-color: #FECD3F; }
a { background-color: rgb(254,205,63); }
div.DivClassName
{
background-color: #FECD3F;
}
.BgClassName
{
background-color: #FECD3F;
}
</style>
border-color css
<style>
span { border-color: #FECD3F; }
span { border-color: rgb(254,205,63); }
td.TdClassName
{
border-color: #FECD3F;
}
.TagClassName
{
border-color: #FECD3F;
}
</style>