Shades of Sunglow #FDD52F
Tints of Sunglow #FDD52F
RGB
CMYK
RGB Variations
Color information
#FDD52F (or 0xFDD52F) is known color: Sunglow. HEX triplet: FD, D5 and 2F. RGB value is (253,213,47). Sum of RGB (Red+Green+Blue) = 253+213+47=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 47 (18.75% from 255 or 9.16% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD52F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD52F is #022AD0. Grayscale: #CECECE. Windows color (decimal): -142033 or 3134973. OLE color: 3134973.
HSL color Cylindrical-coordinate representation of color #FDD52F: hue angle of 48.35º 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 #FDD52F is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 47 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.01 |
| HSL | 48.35º | 0.98% | 0.59% | - |
| HSV(B) | 48.35º | 0.81% | 0.99% | - |
| XYZ | 64.82 | 68.68 | 12.53 | - |
| YUV | 206.04 | 38.25 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 47 | 0 | 0.16 | 0.81 | 0.01 | 48.35 | 0.98 | 0.59 |
| Hex | FD | D5 | 2F | 0 | 10 | 51 | 1 | 30 | 62 | 3B |
| Octal | 375 | 325 | 57 | 0 | 20 | 121 | 1 | 60 | 142 | 73 |
| Binary | 11111101 | 11010101 | 101111 | 0 | 10000 | 1010001 | 1 | 110000 | 1100010 | 111011 |
Color Harmonies of #FDD52F
Complementary color
Monochromatic Colors of #FDD52F
Black with #FDD52F
Text Example
Text Example
White with #FDD52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD52F; }
p { color: rgb(253,213,47); }
H1.HeaderClassName
{
color: #FDD52F;
}
.AnyTagClassName
{
color: #FDD52F;
}
</style>
background-color css
<style>
a { background-color: #FDD52F; }
a { background-color: rgb(253,213,47); }
div.DivClassName
{
background-color: #FDD52F;
}
.BgClassName
{
background-color: #FDD52F;
}
</style>
border-color css
<style>
span { border-color: #FDD52F; }
span { border-color: rgb(253,213,47); }
td.TdClassName
{
border-color: #FDD52F;
}
.TagClassName
{
border-color: #FDD52F;
}
</style>