Shades of Sunglow #FDCD3C
Tints of Sunglow #FDCD3C
RGB
CMYK
RGB Variations
Color information
#FDCD3C (or 0xFDCD3C) is known color: Sunglow. HEX triplet: FD, CD and 3C. RGB value is (253,205,60). Sum of RGB (Red+Green+Blue) = 253+205+60=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 60 (23.83% from 255 or 11.58% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCD3C is #0232C3. Grayscale: #CBCBCB. Windows color (decimal): -144068 or 3984893. OLE color: 3984893.
HSL color Cylindrical-coordinate representation of color #FDCD3C: hue angle of 45.08º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDCD3C is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 60 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.01 |
| HSL | 45.08º | 0.98% | 0.61% | - |
| HSV(B) | 45.08º | 0.76% | 0.99% | - |
| XYZ | 63.15 | 64.87 | 13.47 | - |
| YUV | 202.82 | 47.4 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 60 | 0 | 0.19 | 0.76 | 0.01 | 45.08 | 0.98 | 0.61 |
| Hex | FD | CD | 3C | 0 | 13 | 4C | 1 | 2D | 62 | 3D |
| Octal | 375 | 315 | 74 | 0 | 23 | 114 | 1 | 55 | 142 | 75 |
| Binary | 11111101 | 11001101 | 111100 | 0 | 10011 | 1001100 | 1 | 101101 | 1100010 | 111101 |
Color Harmonies of #FDCD3C
Complementary color
Monochromatic Colors of #FDCD3C
Black with #FDCD3C
Text Example
Text Example
White with #FDCD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCD3C; }
p { color: rgb(253,205,60); }
H1.HeaderClassName
{
color: #FDCD3C;
}
.AnyTagClassName
{
color: #FDCD3C;
}
</style>
background-color css
<style>
a { background-color: #FDCD3C; }
a { background-color: rgb(253,205,60); }
div.DivClassName
{
background-color: #FDCD3C;
}
.BgClassName
{
background-color: #FDCD3C;
}
</style>
border-color css
<style>
span { border-color: #FDCD3C; }
span { border-color: rgb(253,205,60); }
td.TdClassName
{
border-color: #FDCD3C;
}
.TagClassName
{
border-color: #FDCD3C;
}
</style>