Shades of Sunglow #FDCD40
Tints of Sunglow #FDCD40
RGB
CMYK
RGB Variations
Color information
#FDCD40 (or 0xFDCD40) is known color: Sunglow. HEX triplet: FD, CD and 40. RGB value is (253,205,64). Sum of RGB (Red+Green+Blue) = 253+205+64=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 64 (25.39% from 255 or 12.26% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCD40 is #0232BF. Grayscale: #CBCBCB. Windows color (decimal): -144064 or 4247037. OLE color: 4247037.
HSL color Cylindrical-coordinate representation of color #FDCD40: hue angle of 44.76º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FDCD40 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 64 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.01 |
| HSL | 44.76º | 0.98% | 0.62% | - |
| HSV(B) | 44.76º | 0.75% | 0.99% | - |
| XYZ | 63.26 | 64.92 | 14.05 | - |
| YUV | 203.28 | 49.4 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 64 | 0 | 0.19 | 0.75 | 0.01 | 44.76 | 0.98 | 0.62 |
| Hex | FD | CD | 40 | 0 | 13 | 4B | 1 | 2D | 62 | 3E |
| Octal | 375 | 315 | 100 | 0 | 23 | 113 | 1 | 55 | 142 | 76 |
| Binary | 11111101 | 11001101 | 1000000 | 0 | 10011 | 1001011 | 1 | 101101 | 1100010 | 111110 |
Color Harmonies of #FDCD40
Complementary color
Monochromatic Colors of #FDCD40
Black with #FDCD40
Text Example
Text Example
White with #FDCD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCD40; }
p { color: rgb(253,205,64); }
H1.HeaderClassName
{
color: #FDCD40;
}
.AnyTagClassName
{
color: #FDCD40;
}
</style>
background-color css
<style>
a { background-color: #FDCD40; }
a { background-color: rgb(253,205,64); }
div.DivClassName
{
background-color: #FDCD40;
}
.BgClassName
{
background-color: #FDCD40;
}
</style>
border-color css
<style>
span { border-color: #FDCD40; }
span { border-color: rgb(253,205,64); }
td.TdClassName
{
border-color: #FDCD40;
}
.TagClassName
{
border-color: #FDCD40;
}
</style>