Shades of Sunglow #FECD3A
Tints of Sunglow #FECD3A
RGB
CMYK
RGB Variations
Color information
#FECD3A (or 0xFECD3A) is known color: Sunglow. HEX triplet: FE, CD and 3A. RGB value is (254,205,58). Sum of RGB (Red+Green+Blue) = 254+205+58=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 58 (23.05% from 255 or 11.22% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECD3A is #0132C5. Grayscale: #CBCBCB. Windows color (decimal): -78534 or 3853822. OLE color: 3853822.
HSL color Cylindrical-coordinate representation of color #FECD3A: hue angle of 45º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FECD3A is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 58 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.00 |
| HSL | 45º | 0.99% | 0.61% | - |
| HSV(B) | 45º | 0.77% | 1% | - |
| XYZ | 63.47 | 65.04 | 13.21 | - |
| YUV | 202.89 | 46.23 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 58 | 0 | 0.19 | 0.77 | 0.00 | 45 | 0.99 | 0.61 |
| Hex | FE | CD | 3A | 0 | 13 | 4D | 0 | 2D | 63 | 3D |
| Octal | 376 | 315 | 72 | 0 | 23 | 115 | 0 | 55 | 143 | 75 |
| Binary | 11111110 | 11001101 | 111010 | 0 | 10011 | 1001101 | 0 | 101101 | 1100011 | 111101 |
Color Harmonies of #FECD3A
Complementary color
Monochromatic Colors of #FECD3A
Black with #FECD3A
Text Example
Text Example
White with #FECD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD3A; }
p { color: rgb(254,205,58); }
H1.HeaderClassName
{
color: #FECD3A;
}
.AnyTagClassName
{
color: #FECD3A;
}
</style>
background-color css
<style>
a { background-color: #FECD3A; }
a { background-color: rgb(254,205,58); }
div.DivClassName
{
background-color: #FECD3A;
}
.BgClassName
{
background-color: #FECD3A;
}
</style>
border-color css
<style>
span { border-color: #FECD3A; }
span { border-color: rgb(254,205,58); }
td.TdClassName
{
border-color: #FECD3A;
}
.TagClassName
{
border-color: #FECD3A;
}
</style>