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