Shades of Sunglow #FDCE37
Tints of Sunglow #FDCE37
RGB
CMYK
RGB Variations
Color information
#FDCE37 (or 0xFDCE37) is known color: Sunglow. HEX triplet: FD, CE and 37. RGB value is (253,206,55). Sum of RGB (Red+Green+Blue) = 253+206+55=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 55 (21.88% from 255 or 10.70% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCE37 is #0231C8. Grayscale: #CBCBCB. Windows color (decimal): -143817 or 3657469. OLE color: 3657469.
HSL color Cylindrical-coordinate representation of color #FDCE37: hue angle of 45.76º 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 #FDCE37 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 55 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.01 |
| HSL | 45.76º | 0.98% | 0.6% | - |
| HSV(B) | 45.76º | 0.78% | 0.99% | - |
| XYZ | 63.27 | 65.3 | 12.88 | - |
| YUV | 202.84 | 44.57 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 55 | 0 | 0.19 | 0.78 | 0.01 | 45.76 | 0.98 | 0.6 |
| Hex | FD | CE | 37 | 0 | 13 | 4E | 1 | 2E | 62 | 3C |
| Octal | 375 | 316 | 67 | 0 | 23 | 116 | 1 | 56 | 142 | 74 |
| Binary | 11111101 | 11001110 | 110111 | 0 | 10011 | 1001110 | 1 | 101110 | 1100010 | 111100 |
Color Harmonies of #FDCE37
Complementary color
Monochromatic Colors of #FDCE37
Black with #FDCE37
Text Example
Text Example
White with #FDCE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCE37; }
p { color: rgb(253,206,55); }
H1.HeaderClassName
{
color: #FDCE37;
}
.AnyTagClassName
{
color: #FDCE37;
}
</style>
background-color css
<style>
a { background-color: #FDCE37; }
a { background-color: rgb(253,206,55); }
div.DivClassName
{
background-color: #FDCE37;
}
.BgClassName
{
background-color: #FDCE37;
}
</style>
border-color css
<style>
span { border-color: #FDCE37; }
span { border-color: rgb(253,206,55); }
td.TdClassName
{
border-color: #FDCE37;
}
.TagClassName
{
border-color: #FDCE37;
}
</style>