Shades of Sunglow #FFCD40
Tints of Sunglow #FFCD40
RGB
CMYK
RGB Variations
Color information
#FFCD40 (or 0xFFCD40) is known color: Sunglow. HEX triplet: FF, CD and 40. RGB value is (255,205,64). Sum of RGB (Red+Green+Blue) = 255+205+64=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 64 (25.39% from 255 or 12.21% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCD40 is #0032BF. Grayscale: #CCCCCC. Windows color (decimal): -12992 or 4247039. OLE color: 4247039.
HSL color Cylindrical-coordinate representation of color #FFCD40: hue angle of 44.29º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFCD40 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 64 | - |
| CMYK | 0 | 0.20 | 0.75 | 0 |
| HSL | 44.29º | 1% | 0.63% | - |
| HSV(B) | 44.29º | 0.75% | 1% | - |
| XYZ | 64 | 65.29 | 14.08 | - |
| YUV | 203.88 | 49.07 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 64 | 0 | 0.20 | 0.75 | 0 | 44.29 | 1 | 0.63 |
| Hex | FF | CD | 40 | 0 | 14 | 4B | 0 | 2C | 64 | 3F |
| Octal | 377 | 315 | 100 | 0 | 24 | 113 | 0 | 54 | 144 | 77 |
| Binary | 11111111 | 11001101 | 1000000 | 0 | 10100 | 1001011 | 0 | 101100 | 1100100 | 111111 |
Color Harmonies of #FFCD40
Complementary color
Monochromatic Colors of #FFCD40
Black with #FFCD40
Text Example
Text Example
White with #FFCD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD40; }
p { color: rgb(255,205,64); }
H1.HeaderClassName
{
color: #FFCD40;
}
.AnyTagClassName
{
color: #FFCD40;
}
</style>
background-color css
<style>
a { background-color: #FFCD40; }
a { background-color: rgb(255,205,64); }
div.DivClassName
{
background-color: #FFCD40;
}
.BgClassName
{
background-color: #FFCD40;
}
</style>
border-color css
<style>
span { border-color: #FFCD40; }
span { border-color: rgb(255,205,64); }
td.TdClassName
{
border-color: #FFCD40;
}
.TagClassName
{
border-color: #FFCD40;
}
</style>