Shades of Sunglow #FECD33
Tints of Sunglow #FECD33
RGB
CMYK
RGB Variations
Color information
#FECD33 (or 0xFECD33) is known color: Sunglow. HEX triplet: FE, CD and 33. RGB value is (254,205,51). Sum of RGB (Red+Green+Blue) = 254+205+51=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 51 (20.31% from 255 or 10% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECD33 is #0132CC. Grayscale: #CACACA. Windows color (decimal): -78541 or 3395070. OLE color: 3395070.
HSL color Cylindrical-coordinate representation of color #FECD33: hue angle of 45.52º 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 #FECD33 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 51 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.00 |
| HSL | 45.52º | 0.99% | 0.6% | - |
| HSV(B) | 45.52º | 0.8% | 1% | - |
| XYZ | 63.3 | 64.97 | 12.34 | - |
| YUV | 202.1 | 42.73 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 51 | 0 | 0.19 | 0.80 | 0.00 | 45.52 | 0.99 | 0.6 |
| Hex | FE | CD | 33 | 0 | 13 | 50 | 0 | 2E | 63 | 3C |
| Octal | 376 | 315 | 63 | 0 | 23 | 120 | 0 | 56 | 143 | 74 |
| Binary | 11111110 | 11001101 | 110011 | 0 | 10011 | 1010000 | 0 | 101110 | 1100011 | 111100 |
Color Harmonies of #FECD33
Complementary color
Monochromatic Colors of #FECD33
Black with #FECD33
Text Example
Text Example
White with #FECD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD33; }
p { color: rgb(254,205,51); }
H1.HeaderClassName
{
color: #FECD33;
}
.AnyTagClassName
{
color: #FECD33;
}
</style>
background-color css
<style>
a { background-color: #FECD33; }
a { background-color: rgb(254,205,51); }
div.DivClassName
{
background-color: #FECD33;
}
.BgClassName
{
background-color: #FECD33;
}
</style>
border-color css
<style>
span { border-color: #FECD33; }
span { border-color: rgb(254,205,51); }
td.TdClassName
{
border-color: #FECD33;
}
.TagClassName
{
border-color: #FECD33;
}
</style>