Shades of Sunglow #FECD3D
Tints of Sunglow #FECD3D
RGB
CMYK
RGB Variations
Color information
#FECD3D (or 0xFECD3D) is known color: Sunglow. HEX triplet: FE, CD and 3D. RGB value is (254,205,61). Sum of RGB (Red+Green+Blue) = 254+205+61=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 61 (24.22% from 255 or 11.73% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECD3D is #0132C2. Grayscale: #CBCBCB. Windows color (decimal): -78531 or 4050430. OLE color: 4050430.
HSL color Cylindrical-coordinate representation of color #FECD3D: hue angle of 44.77º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FECD3D is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 61 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.00 |
| HSL | 44.77º | 0.99% | 0.62% | - |
| HSV(B) | 44.77º | 0.76% | 1% | - |
| XYZ | 63.55 | 65.07 | 13.63 | - |
| YUV | 203.24 | 47.73 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 61 | 0 | 0.19 | 0.76 | 0.00 | 44.77 | 0.99 | 0.62 |
| Hex | FE | CD | 3D | 0 | 13 | 4C | 0 | 2D | 63 | 3E |
| Octal | 376 | 315 | 75 | 0 | 23 | 114 | 0 | 55 | 143 | 76 |
| Binary | 11111110 | 11001101 | 111101 | 0 | 10011 | 1001100 | 0 | 101101 | 1100011 | 111110 |
Color Harmonies of #FECD3D
Complementary color
Monochromatic Colors of #FECD3D
Black with #FECD3D
Text Example
Text Example
White with #FECD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD3D; }
p { color: rgb(254,205,61); }
H1.HeaderClassName
{
color: #FECD3D;
}
.AnyTagClassName
{
color: #FECD3D;
}
</style>
background-color css
<style>
a { background-color: #FECD3D; }
a { background-color: rgb(254,205,61); }
div.DivClassName
{
background-color: #FECD3D;
}
.BgClassName
{
background-color: #FECD3D;
}
</style>
border-color css
<style>
span { border-color: #FECD3D; }
span { border-color: rgb(254,205,61); }
td.TdClassName
{
border-color: #FECD3D;
}
.TagClassName
{
border-color: #FECD3D;
}
</style>