Shades of Sunglow #FECD2D
Tints of Sunglow #FECD2D
RGB
CMYK
RGB Variations
Color information
#FECD2D (or 0xFECD2D) is known color: Sunglow. HEX triplet: FE, CD and 2D. RGB value is (254,205,45). Sum of RGB (Red+Green+Blue) = 254+205+45=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 45 (17.97% from 255 or 8.93% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECD2D is #0132D2. Grayscale: #CACACA. Windows color (decimal): -78547 or 3001854. OLE color: 3001854.
HSL color Cylindrical-coordinate representation of color #FECD2D: hue angle of 45.93º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FECD2D is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 45 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.00 |
| HSL | 45.93º | 0.99% | 0.59% | - |
| HSV(B) | 45.93º | 0.82% | 1% | - |
| XYZ | 63.18 | 64.92 | 11.68 | - |
| YUV | 201.41 | 39.73 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 45 | 0 | 0.19 | 0.82 | 0.00 | 45.93 | 0.99 | 0.59 |
| Hex | FE | CD | 2D | 0 | 13 | 52 | 0 | 2E | 63 | 3B |
| Octal | 376 | 315 | 55 | 0 | 23 | 122 | 0 | 56 | 143 | 73 |
| Binary | 11111110 | 11001101 | 101101 | 0 | 10011 | 1010010 | 0 | 101110 | 1100011 | 111011 |
Color Harmonies of #FECD2D
Complementary color
Monochromatic Colors of #FECD2D
Black with #FECD2D
Text Example
Text Example
White with #FECD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD2D; }
p { color: rgb(254,205,45); }
H1.HeaderClassName
{
color: #FECD2D;
}
.AnyTagClassName
{
color: #FECD2D;
}
</style>
background-color css
<style>
a { background-color: #FECD2D; }
a { background-color: rgb(254,205,45); }
div.DivClassName
{
background-color: #FECD2D;
}
.BgClassName
{
background-color: #FECD2D;
}
</style>
border-color css
<style>
span { border-color: #FECD2D; }
span { border-color: rgb(254,205,45); }
td.TdClassName
{
border-color: #FECD2D;
}
.TagClassName
{
border-color: #FECD2D;
}
</style>