Shades of Sunglow #FDC52F
Tints of Sunglow #FDC52F
RGB
CMYK
RGB Variations
Color information
#FDC52F (or 0xFDC52F) is known color: Sunglow. HEX triplet: FD, C5 and 2F. RGB value is (253,197,47). Sum of RGB (Red+Green+Blue) = 253+197+47=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 47 (18.75% from 255 or 9.46% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC52F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC52F is #023AD0. Grayscale: #C5C5C5. Windows color (decimal): -146129 or 3130877. OLE color: 3130877.
HSL color Cylindrical-coordinate representation of color #FDC52F: hue angle of 43.69º 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 #FDC52F is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 47 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.01 |
| HSL | 43.69º | 0.98% | 0.59% | - |
| HSV(B) | 43.69º | 0.81% | 0.99% | - |
| XYZ | 60.99 | 61.02 | 11.25 | - |
| YUV | 196.64 | 43.55 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 47 | 0 | 0.22 | 0.81 | 0.01 | 43.69 | 0.98 | 0.59 |
| Hex | FD | C5 | 2F | 0 | 16 | 51 | 1 | 2C | 62 | 3B |
| Octal | 375 | 305 | 57 | 0 | 26 | 121 | 1 | 54 | 142 | 73 |
| Binary | 11111101 | 11000101 | 101111 | 0 | 10110 | 1010001 | 1 | 101100 | 1100010 | 111011 |
Color Harmonies of #FDC52F
Complementary color
Monochromatic Colors of #FDC52F
Black with #FDC52F
Text Example
Text Example
White with #FDC52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC52F; }
p { color: rgb(253,197,47); }
H1.HeaderClassName
{
color: #FDC52F;
}
.AnyTagClassName
{
color: #FDC52F;
}
</style>
background-color css
<style>
a { background-color: #FDC52F; }
a { background-color: rgb(253,197,47); }
div.DivClassName
{
background-color: #FDC52F;
}
.BgClassName
{
background-color: #FDC52F;
}
</style>
border-color css
<style>
span { border-color: #FDC52F; }
span { border-color: rgb(253,197,47); }
td.TdClassName
{
border-color: #FDC52F;
}
.TagClassName
{
border-color: #FDC52F;
}
</style>