Shades of Sunglow #FDD52D
Tints of Sunglow #FDD52D
RGB
CMYK
RGB Variations
Color information
#FDD52D (or 0xFDD52D) is known color: Sunglow. HEX triplet: FD, D5 and 2D. RGB value is (253,213,45). Sum of RGB (Red+Green+Blue) = 253+213+45=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 45 (17.97% from 255 or 8.81% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD52D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD52D is #022AD2. Grayscale: #CECECE. Windows color (decimal): -142035 or 3003901. OLE color: 3003901.
HSL color Cylindrical-coordinate representation of color #FDD52D: hue angle of 48.46º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDD52D is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 45 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.01 |
| HSL | 48.46º | 0.98% | 0.58% | - |
| HSV(B) | 48.46º | 0.82% | 0.99% | - |
| XYZ | 64.78 | 68.66 | 12.32 | - |
| YUV | 205.81 | 37.25 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 45 | 0 | 0.16 | 0.82 | 0.01 | 48.46 | 0.98 | 0.58 |
| Hex | FD | D5 | 2D | 0 | 10 | 52 | 1 | 30 | 62 | 3A |
| Octal | 375 | 325 | 55 | 0 | 20 | 122 | 1 | 60 | 142 | 72 |
| Binary | 11111101 | 11010101 | 101101 | 0 | 10000 | 1010010 | 1 | 110000 | 1100010 | 111010 |
Color Harmonies of #FDD52D
Complementary color
Monochromatic Colors of #FDD52D
Black with #FDD52D
Text Example
Text Example
White with #FDD52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD52D; }
p { color: rgb(253,213,45); }
H1.HeaderClassName
{
color: #FDD52D;
}
.AnyTagClassName
{
color: #FDD52D;
}
</style>
background-color css
<style>
a { background-color: #FDD52D; }
a { background-color: rgb(253,213,45); }
div.DivClassName
{
background-color: #FDD52D;
}
.BgClassName
{
background-color: #FDD52D;
}
</style>
border-color css
<style>
span { border-color: #FDD52D; }
span { border-color: rgb(253,213,45); }
td.TdClassName
{
border-color: #FDD52D;
}
.TagClassName
{
border-color: #FDD52D;
}
</style>