Shades of Sunglow #FDD22E
Tints of Sunglow #FDD22E
RGB
CMYK
RGB Variations
Color information
#FDD22E (or 0xFDD22E) is known color: Sunglow. HEX triplet: FD, D2 and 2E. RGB value is (253,210,46). Sum of RGB (Red+Green+Blue) = 253+210+46=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 46 (18.36% from 255 or 9.04% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD22E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD22E is #022DD1. Grayscale: #CCCCCC. Windows color (decimal): -142802 or 3068669. OLE color: 3068669.
HSL color Cylindrical-coordinate representation of color #FDD22E: hue angle of 47.54º 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 #FDD22E is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 46 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.01 |
| HSL | 47.54º | 0.98% | 0.59% | - |
| HSV(B) | 47.54º | 0.82% | 0.99% | - |
| XYZ | 64.05 | 67.17 | 12.17 | - |
| YUV | 204.16 | 38.75 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 46 | 0 | 0.17 | 0.82 | 0.01 | 47.54 | 0.98 | 0.59 |
| Hex | FD | D2 | 2E | 0 | 11 | 52 | 1 | 30 | 62 | 3B |
| Octal | 375 | 322 | 56 | 0 | 21 | 122 | 1 | 60 | 142 | 73 |
| Binary | 11111101 | 11010010 | 101110 | 0 | 10001 | 1010010 | 1 | 110000 | 1100010 | 111011 |
Color Harmonies of #FDD22E
Complementary color
Monochromatic Colors of #FDD22E
Black with #FDD22E
Text Example
Text Example
White with #FDD22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD22E; }
p { color: rgb(253,210,46); }
H1.HeaderClassName
{
color: #FDD22E;
}
.AnyTagClassName
{
color: #FDD22E;
}
</style>
background-color css
<style>
a { background-color: #FDD22E; }
a { background-color: rgb(253,210,46); }
div.DivClassName
{
background-color: #FDD22E;
}
.BgClassName
{
background-color: #FDD22E;
}
</style>
border-color css
<style>
span { border-color: #FDD22E; }
span { border-color: rgb(253,210,46); }
td.TdClassName
{
border-color: #FDD22E;
}
.TagClassName
{
border-color: #FDD22E;
}
</style>