Shades of Sunglow #FDCD37
Tints of Sunglow #FDCD37
RGB
CMYK
RGB Variations
Color information
#FDCD37 (or 0xFDCD37) is known color: Sunglow. HEX triplet: FD, CD and 37. RGB value is (253,205,55). Sum of RGB (Red+Green+Blue) = 253+205+55=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 55 (21.88% from 255 or 10.72% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCD37 is #0232C8. Grayscale: #CACACA. Windows color (decimal): -144073 or 3657213. OLE color: 3657213.
HSL color Cylindrical-coordinate representation of color #FDCD37: hue angle of 45.45º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FDCD37 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 55 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.01 |
| HSL | 45.45º | 0.98% | 0.6% | - |
| HSV(B) | 45.45º | 0.78% | 0.99% | - |
| XYZ | 63.03 | 64.82 | 12.8 | - |
| YUV | 202.25 | 44.9 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 55 | 0 | 0.19 | 0.78 | 0.01 | 45.45 | 0.98 | 0.6 |
| Hex | FD | CD | 37 | 0 | 13 | 4E | 1 | 2D | 62 | 3C |
| Octal | 375 | 315 | 67 | 0 | 23 | 116 | 1 | 55 | 142 | 74 |
| Binary | 11111101 | 11001101 | 110111 | 0 | 10011 | 1001110 | 1 | 101101 | 1100010 | 111100 |
Color Harmonies of #FDCD37
Complementary color
Monochromatic Colors of #FDCD37
Black with #FDCD37
Text Example
Text Example
White with #FDCD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCD37; }
p { color: rgb(253,205,55); }
H1.HeaderClassName
{
color: #FDCD37;
}
.AnyTagClassName
{
color: #FDCD37;
}
</style>
background-color css
<style>
a { background-color: #FDCD37; }
a { background-color: rgb(253,205,55); }
div.DivClassName
{
background-color: #FDCD37;
}
.BgClassName
{
background-color: #FDCD37;
}
</style>
border-color css
<style>
span { border-color: #FDCD37; }
span { border-color: rgb(253,205,55); }
td.TdClassName
{
border-color: #FDCD37;
}
.TagClassName
{
border-color: #FDCD37;
}
</style>