Shades of Sunglow #FDD22F
Tints of Sunglow #FDD22F
RGB
CMYK
RGB Variations
Color information
#FDD22F (or 0xFDD22F) is known color: Sunglow. HEX triplet: FD, D2 and 2F. RGB value is (253,210,47). Sum of RGB (Red+Green+Blue) = 253+210+47=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 47 (18.75% from 255 or 9.22% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD22F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD22F is #022DD0. Grayscale: #CCCCCC. Windows color (decimal): -142801 or 3134205. OLE color: 3134205.
HSL color Cylindrical-coordinate representation of color #FDD22F: hue angle of 47.48º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDD22F is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 47 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.01 |
| HSL | 47.48º | 0.98% | 0.59% | - |
| HSV(B) | 47.48º | 0.81% | 0.99% | - |
| XYZ | 64.07 | 67.18 | 12.28 | - |
| YUV | 204.28 | 39.25 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 47 | 0 | 0.17 | 0.81 | 0.01 | 47.48 | 0.98 | 0.59 |
| Hex | FD | D2 | 2F | 0 | 11 | 51 | 1 | 2F | 62 | 3B |
| Octal | 375 | 322 | 57 | 0 | 21 | 121 | 1 | 57 | 142 | 73 |
| Binary | 11111101 | 11010010 | 101111 | 0 | 10001 | 1010001 | 1 | 101111 | 1100010 | 111011 |
Color Harmonies of #FDD22F
Complementary color
Monochromatic Colors of #FDD22F
Black with #FDD22F
Text Example
Text Example
White with #FDD22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD22F; }
p { color: rgb(253,210,47); }
H1.HeaderClassName
{
color: #FDD22F;
}
.AnyTagClassName
{
color: #FDD22F;
}
</style>
background-color css
<style>
a { background-color: #FDD22F; }
a { background-color: rgb(253,210,47); }
div.DivClassName
{
background-color: #FDD22F;
}
.BgClassName
{
background-color: #FDD22F;
}
</style>
border-color css
<style>
span { border-color: #FDD22F; }
span { border-color: rgb(253,210,47); }
td.TdClassName
{
border-color: #FDD22F;
}
.TagClassName
{
border-color: #FDD22F;
}
</style>