Shades of Sunglow #FDCD3E
Tints of Sunglow #FDCD3E
RGB
CMYK
RGB Variations
Color information
#FDCD3E (or 0xFDCD3E) is known color: Sunglow. HEX triplet: FD, CD and 3E. RGB value is (253,205,62). Sum of RGB (Red+Green+Blue) = 253+205+62=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 62 (24.61% from 255 or 11.92% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCD3E is #0232C1. Grayscale: #CBCBCB. Windows color (decimal): -144066 or 4115965. OLE color: 4115965.
HSL color Cylindrical-coordinate representation of color #FDCD3E: hue angle of 44.92º 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 #FDCD3E is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 62 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.01 |
| HSL | 44.92º | 0.98% | 0.62% | - |
| HSV(B) | 44.92º | 0.75% | 0.99% | - |
| XYZ | 63.21 | 64.89 | 13.75 | - |
| YUV | 203.05 | 48.4 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 62 | 0 | 0.19 | 0.75 | 0.01 | 44.92 | 0.98 | 0.62 |
| Hex | FD | CD | 3E | 0 | 13 | 4B | 1 | 2D | 62 | 3E |
| Octal | 375 | 315 | 76 | 0 | 23 | 113 | 1 | 55 | 142 | 76 |
| Binary | 11111101 | 11001101 | 111110 | 0 | 10011 | 1001011 | 1 | 101101 | 1100010 | 111110 |
Color Harmonies of #FDCD3E
Complementary color
Monochromatic Colors of #FDCD3E
Black with #FDCD3E
Text Example
Text Example
White with #FDCD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCD3E; }
p { color: rgb(253,205,62); }
H1.HeaderClassName
{
color: #FDCD3E;
}
.AnyTagClassName
{
color: #FDCD3E;
}
</style>
background-color css
<style>
a { background-color: #FDCD3E; }
a { background-color: rgb(253,205,62); }
div.DivClassName
{
background-color: #FDCD3E;
}
.BgClassName
{
background-color: #FDCD3E;
}
</style>
border-color css
<style>
span { border-color: #FDCD3E; }
span { border-color: rgb(253,205,62); }
td.TdClassName
{
border-color: #FDCD3E;
}
.TagClassName
{
border-color: #FDCD3E;
}
</style>