Shades of Sunglow #FECD34
Tints of Sunglow #FECD34
RGB
CMYK
RGB Variations
Color information
#FECD34 (or 0xFECD34) is known color: Sunglow. HEX triplet: FE, CD and 34. RGB value is (254,205,52). Sum of RGB (Red+Green+Blue) = 254+205+52=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 52 (20.70% from 255 or 10.18% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECD34 is #0132CB. Grayscale: #CACACA. Windows color (decimal): -78540 or 3460606. OLE color: 3460606.
HSL color Cylindrical-coordinate representation of color #FECD34: hue angle of 45.45º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FECD34 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 52 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.00 |
| HSL | 45.45º | 0.99% | 0.6% | - |
| HSV(B) | 45.45º | 0.8% | 1% | - |
| XYZ | 63.32 | 64.98 | 12.45 | - |
| YUV | 202.21 | 43.23 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 52 | 0 | 0.19 | 0.80 | 0.00 | 45.45 | 0.99 | 0.6 |
| Hex | FE | CD | 34 | 0 | 13 | 50 | 0 | 2D | 63 | 3C |
| Octal | 376 | 315 | 64 | 0 | 23 | 120 | 0 | 55 | 143 | 74 |
| Binary | 11111110 | 11001101 | 110100 | 0 | 10011 | 1010000 | 0 | 101101 | 1100011 | 111100 |
Color Harmonies of #FECD34
Complementary color
Monochromatic Colors of #FECD34
Black with #FECD34
Text Example
Text Example
White with #FECD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD34; }
p { color: rgb(254,205,52); }
H1.HeaderClassName
{
color: #FECD34;
}
.AnyTagClassName
{
color: #FECD34;
}
</style>
background-color css
<style>
a { background-color: #FECD34; }
a { background-color: rgb(254,205,52); }
div.DivClassName
{
background-color: #FECD34;
}
.BgClassName
{
background-color: #FECD34;
}
</style>
border-color css
<style>
span { border-color: #FECD34; }
span { border-color: rgb(254,205,52); }
td.TdClassName
{
border-color: #FECD34;
}
.TagClassName
{
border-color: #FECD34;
}
</style>