Shades of Sunglow #FECD39
Tints of Sunglow #FECD39
RGB
CMYK
RGB Variations
Color information
#FECD39 (or 0xFECD39) is known color: Sunglow. HEX triplet: FE, CD and 39. RGB value is (254,205,57). Sum of RGB (Red+Green+Blue) = 254+205+57=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 57 (22.66% from 255 or 11.05% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECD39 is #0132C6. Grayscale: #CBCBCB. Windows color (decimal): -78535 or 3788286. OLE color: 3788286.
HSL color Cylindrical-coordinate representation of color #FECD39: hue angle of 45.08º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FECD39 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 57 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.00 |
| HSL | 45.08º | 0.99% | 0.61% | - |
| HSV(B) | 45.08º | 0.78% | 1% | - |
| XYZ | 63.44 | 65.03 | 13.08 | - |
| YUV | 202.78 | 45.73 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 57 | 0 | 0.19 | 0.78 | 0.00 | 45.08 | 0.99 | 0.61 |
| Hex | FE | CD | 39 | 0 | 13 | 4E | 0 | 2D | 63 | 3D |
| Octal | 376 | 315 | 71 | 0 | 23 | 116 | 0 | 55 | 143 | 75 |
| Binary | 11111110 | 11001101 | 111001 | 0 | 10011 | 1001110 | 0 | 101101 | 1100011 | 111101 |
Color Harmonies of #FECD39
Complementary color
Monochromatic Colors of #FECD39
Black with #FECD39
Text Example
Text Example
White with #FECD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD39; }
p { color: rgb(254,205,57); }
H1.HeaderClassName
{
color: #FECD39;
}
.AnyTagClassName
{
color: #FECD39;
}
</style>
background-color css
<style>
a { background-color: #FECD39; }
a { background-color: rgb(254,205,57); }
div.DivClassName
{
background-color: #FECD39;
}
.BgClassName
{
background-color: #FECD39;
}
</style>
border-color css
<style>
span { border-color: #FECD39; }
span { border-color: rgb(254,205,57); }
td.TdClassName
{
border-color: #FECD39;
}
.TagClassName
{
border-color: #FECD39;
}
</style>