Shades of Sunglow #FDCC40
Tints of Sunglow #FDCC40
RGB
CMYK
RGB Variations
Color information
#FDCC40 (or 0xFDCC40) is known color: Sunglow. HEX triplet: FD, CC and 40. RGB value is (253,204,64). Sum of RGB (Red+Green+Blue) = 253+204+64=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 64 (25.39% from 255 or 12.28% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCC40 is #0233BF. Grayscale: #CBCBCB. Windows color (decimal): -144320 or 4246781. OLE color: 4246781.
HSL color Cylindrical-coordinate representation of color #FDCC40: hue angle of 44.44º 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 #FDCC40 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 204 | 64 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.01 |
| HSL | 44.44º | 0.98% | 0.62% | - |
| HSV(B) | 44.44º | 0.75% | 0.99% | - |
| XYZ | 63.03 | 64.44 | 13.97 | - |
| YUV | 202.69 | 49.73 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 204 | 64 | 0 | 0.19 | 0.75 | 0.01 | 44.44 | 0.98 | 0.62 |
| Hex | FD | CC | 40 | 0 | 13 | 4B | 1 | 2C | 62 | 3E |
| Octal | 375 | 314 | 100 | 0 | 23 | 113 | 1 | 54 | 142 | 76 |
| Binary | 11111101 | 11001100 | 1000000 | 0 | 10011 | 1001011 | 1 | 101100 | 1100010 | 111110 |
Color Harmonies of #FDCC40
Complementary color
Monochromatic Colors of #FDCC40
Black with #FDCC40
Text Example
Text Example
White with #FDCC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCC40; }
p { color: rgb(253,204,64); }
H1.HeaderClassName
{
color: #FDCC40;
}
.AnyTagClassName
{
color: #FDCC40;
}
</style>
background-color css
<style>
a { background-color: #FDCC40; }
a { background-color: rgb(253,204,64); }
div.DivClassName
{
background-color: #FDCC40;
}
.BgClassName
{
background-color: #FDCC40;
}
</style>
border-color css
<style>
span { border-color: #FDCC40; }
span { border-color: rgb(253,204,64); }
td.TdClassName
{
border-color: #FDCC40;
}
.TagClassName
{
border-color: #FDCC40;
}
</style>