Shades of Sunglow #FDD32E
Tints of Sunglow #FDD32E
RGB
CMYK
RGB Variations
Color information
#FDD32E (or 0xFDD32E) is known color: Sunglow. HEX triplet: FD, D3 and 2E. RGB value is (253,211,46). Sum of RGB (Red+Green+Blue) = 253+211+46=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 211 (82.81% from 255 or 41.37% from 510); Blue value is 46 (18.36% from 255 or 9.02% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD32E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD32E is #022CD1. Grayscale: #CDCDCD. Windows color (decimal): -142546 or 3068925. OLE color: 3068925.
HSL color Cylindrical-coordinate representation of color #FDD32E: hue angle of 47.83º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDD32E is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 46 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.01 |
| HSL | 47.83º | 0.98% | 0.59% | - |
| HSV(B) | 47.83º | 0.82% | 0.99% | - |
| XYZ | 64.3 | 67.67 | 12.26 | - |
| YUV | 204.75 | 38.41 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 46 | 0 | 0.17 | 0.82 | 0.01 | 47.83 | 0.98 | 0.59 |
| Hex | FD | D3 | 2E | 0 | 11 | 52 | 1 | 30 | 62 | 3B |
| Octal | 375 | 323 | 56 | 0 | 21 | 122 | 1 | 60 | 142 | 73 |
| Binary | 11111101 | 11010011 | 101110 | 0 | 10001 | 1010010 | 1 | 110000 | 1100010 | 111011 |
Color Harmonies of #FDD32E
Complementary color
Monochromatic Colors of #FDD32E
Black with #FDD32E
Text Example
Text Example
White with #FDD32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD32E; }
p { color: rgb(253,211,46); }
H1.HeaderClassName
{
color: #FDD32E;
}
.AnyTagClassName
{
color: #FDD32E;
}
</style>
background-color css
<style>
a { background-color: #FDD32E; }
a { background-color: rgb(253,211,46); }
div.DivClassName
{
background-color: #FDD32E;
}
.BgClassName
{
background-color: #FDD32E;
}
</style>
border-color css
<style>
span { border-color: #FDD32E; }
span { border-color: rgb(253,211,46); }
td.TdClassName
{
border-color: #FDD32E;
}
.TagClassName
{
border-color: #FDD32E;
}
</style>