Shades of Sunglow #FFCD32
Tints of Sunglow #FFCD32
RGB
CMYK
RGB Variations
Color information
#FFCD32 (or 0xFFCD32) is known color: Sunglow. HEX triplet: FF, CD and 32. RGB value is (255,205,50). Sum of RGB (Red+Green+Blue) = 255+205+50=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 50 (19.92% from 255 or 9.80% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCD32 is #0032CD. Grayscale: #CACACA. Windows color (decimal): -13006 or 3329535. OLE color: 3329535.
HSL color Cylindrical-coordinate representation of color #FFCD32: hue angle of 45.37º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFCD32 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 50 | - |
| CMYK | 0 | 0.20 | 0.80 | 0 |
| HSL | 45.37º | 1% | 0.6% | - |
| HSV(B) | 45.37º | 0.8% | 1% | - |
| XYZ | 63.65 | 65.15 | 12.24 | - |
| YUV | 202.28 | 42.07 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 50 | 0 | 0.20 | 0.80 | 0 | 45.37 | 1 | 0.6 |
| Hex | FF | CD | 32 | 0 | 14 | 50 | 0 | 2D | 64 | 3C |
| Octal | 377 | 315 | 62 | 0 | 24 | 120 | 0 | 55 | 144 | 74 |
| Binary | 11111111 | 11001101 | 110010 | 0 | 10100 | 1010000 | 0 | 101101 | 1100100 | 111100 |
Color Harmonies of #FFCD32
Complementary color
Monochromatic Colors of #FFCD32
Black with #FFCD32
Text Example
Text Example
White with #FFCD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD32; }
p { color: rgb(255,205,50); }
H1.HeaderClassName
{
color: #FFCD32;
}
.AnyTagClassName
{
color: #FFCD32;
}
</style>
background-color css
<style>
a { background-color: #FFCD32; }
a { background-color: rgb(255,205,50); }
div.DivClassName
{
background-color: #FFCD32;
}
.BgClassName
{
background-color: #FFCD32;
}
</style>
border-color css
<style>
span { border-color: #FFCD32; }
span { border-color: rgb(255,205,50); }
td.TdClassName
{
border-color: #FFCD32;
}
.TagClassName
{
border-color: #FFCD32;
}
</style>