Shades of Sunglow #FFCD3C
Tints of Sunglow #FFCD3C
RGB
CMYK
RGB Variations
Color information
#FFCD3C (or 0xFFCD3C) is known color: Sunglow. HEX triplet: FF, CD and 3C. RGB value is (255,205,60). Sum of RGB (Red+Green+Blue) = 255+205+60=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 60 (23.83% from 255 or 11.54% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCD3C is #0032C3. Grayscale: #CCCCCC. Windows color (decimal): -12996 or 3984895. OLE color: 3984895.
HSL color Cylindrical-coordinate representation of color #FFCD3C: hue angle of 44.62º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFCD3C is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 60 | - |
| CMYK | 0 | 0.20 | 0.76 | 0 |
| HSL | 44.62º | 1% | 0.62% | - |
| HSV(B) | 44.62º | 0.76% | 1% | - |
| XYZ | 63.89 | 65.25 | 13.5 | - |
| YUV | 203.42 | 47.07 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 60 | 0 | 0.20 | 0.76 | 0 | 44.62 | 1 | 0.62 |
| Hex | FF | CD | 3C | 0 | 14 | 4C | 0 | 2D | 64 | 3E |
| Octal | 377 | 315 | 74 | 0 | 24 | 114 | 0 | 55 | 144 | 76 |
| Binary | 11111111 | 11001101 | 111100 | 0 | 10100 | 1001100 | 0 | 101101 | 1100100 | 111110 |
Color Harmonies of #FFCD3C
Complementary color
Monochromatic Colors of #FFCD3C
Black with #FFCD3C
Text Example
Text Example
White with #FFCD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD3C; }
p { color: rgb(255,205,60); }
H1.HeaderClassName
{
color: #FFCD3C;
}
.AnyTagClassName
{
color: #FFCD3C;
}
</style>
background-color css
<style>
a { background-color: #FFCD3C; }
a { background-color: rgb(255,205,60); }
div.DivClassName
{
background-color: #FFCD3C;
}
.BgClassName
{
background-color: #FFCD3C;
}
</style>
border-color css
<style>
span { border-color: #FFCD3C; }
span { border-color: rgb(255,205,60); }
td.TdClassName
{
border-color: #FFCD3C;
}
.TagClassName
{
border-color: #FFCD3C;
}
</style>