Shades of Sunglow #FDD22A
Tints of Sunglow #FDD22A
RGB
CMYK
RGB Variations
Color information
#FDD22A (or 0xFDD22A) is known color: Sunglow. HEX triplet: FD, D2 and 2A. RGB value is (253,210,42). Sum of RGB (Red+Green+Blue) = 253+210+42=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 42 (16.80% from 255 or 8.32% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD22A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD22A is #022DD5. Grayscale: #CCCCCC. Windows color (decimal): -142806 or 2806525. OLE color: 2806525.
HSL color Cylindrical-coordinate representation of color #FDD22A: hue angle of 47.77º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FDD22A is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 42 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.01 |
| HSL | 47.77º | 0.98% | 0.58% | - |
| HSV(B) | 47.77º | 0.83% | 0.99% | - |
| XYZ | 63.97 | 67.14 | 11.78 | - |
| YUV | 203.71 | 36.75 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 42 | 0 | 0.17 | 0.83 | 0.01 | 47.77 | 0.98 | 0.58 |
| Hex | FD | D2 | 2A | 0 | 11 | 53 | 1 | 30 | 62 | 3A |
| Octal | 375 | 322 | 52 | 0 | 21 | 123 | 1 | 60 | 142 | 72 |
| Binary | 11111101 | 11010010 | 101010 | 0 | 10001 | 1010011 | 1 | 110000 | 1100010 | 111010 |
Color Harmonies of #FDD22A
Complementary color
Monochromatic Colors of #FDD22A
Black with #FDD22A
Text Example
Text Example
White with #FDD22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD22A; }
p { color: rgb(253,210,42); }
H1.HeaderClassName
{
color: #FDD22A;
}
.AnyTagClassName
{
color: #FDD22A;
}
</style>
background-color css
<style>
a { background-color: #FDD22A; }
a { background-color: rgb(253,210,42); }
div.DivClassName
{
background-color: #FDD22A;
}
.BgClassName
{
background-color: #FDD22A;
}
</style>
border-color css
<style>
span { border-color: #FDD22A; }
span { border-color: rgb(253,210,42); }
td.TdClassName
{
border-color: #FDD22A;
}
.TagClassName
{
border-color: #FDD22A;
}
</style>