Shades of Sunglow #FDC53D
Tints of Sunglow #FDC53D
RGB
CMYK
RGB Variations
Color information
#FDC53D (or 0xFDC53D) is known color: Sunglow. HEX triplet: FD, C5 and 3D. RGB value is (253,197,61). Sum of RGB (Red+Green+Blue) = 253+197+61=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 61 (24.22% from 255 or 11.94% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC53D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC53D is #023AC2. Grayscale: #C6C6C6. Windows color (decimal): -146115 or 4048381. OLE color: 4048381.
HSL color Cylindrical-coordinate representation of color #FDC53D: hue angle of 42.5º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDC53D is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 61 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.01 |
| HSL | 42.5º | 0.98% | 0.62% | - |
| HSV(B) | 42.5º | 0.76% | 0.99% | - |
| XYZ | 61.32 | 61.15 | 12.99 | - |
| YUV | 198.24 | 50.55 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 61 | 0 | 0.22 | 0.76 | 0.01 | 42.5 | 0.98 | 0.62 |
| Hex | FD | C5 | 3D | 0 | 16 | 4C | 1 | 2A | 62 | 3E |
| Octal | 375 | 305 | 75 | 0 | 26 | 114 | 1 | 52 | 142 | 76 |
| Binary | 11111101 | 11000101 | 111101 | 0 | 10110 | 1001100 | 1 | 101010 | 1100010 | 111110 |
Color Harmonies of #FDC53D
Complementary color
Monochromatic Colors of #FDC53D
Black with #FDC53D
Text Example
Text Example
White with #FDC53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC53D; }
p { color: rgb(253,197,61); }
H1.HeaderClassName
{
color: #FDC53D;
}
.AnyTagClassName
{
color: #FDC53D;
}
</style>
background-color css
<style>
a { background-color: #FDC53D; }
a { background-color: rgb(253,197,61); }
div.DivClassName
{
background-color: #FDC53D;
}
.BgClassName
{
background-color: #FDC53D;
}
</style>
border-color css
<style>
span { border-color: #FDC53D; }
span { border-color: rgb(253,197,61); }
td.TdClassName
{
border-color: #FDC53D;
}
.TagClassName
{
border-color: #FDC53D;
}
</style>