Shades of Sunglow #FFCD3E
Tints of Sunglow #FFCD3E
RGB
CMYK
RGB Variations
Color information
#FFCD3E (or 0xFFCD3E) is known color: Sunglow. HEX triplet: FF, CD and 3E. RGB value is (255,205,62). Sum of RGB (Red+Green+Blue) = 255+205+62=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 62 (24.61% from 255 or 11.88% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCD3E is #0032C1. Grayscale: #CCCCCC. Windows color (decimal): -12994 or 4115967. OLE color: 4115967.
HSL color Cylindrical-coordinate representation of color #FFCD3E: hue angle of 44.46º 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 #FFCD3E is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 62 | - |
| CMYK | 0 | 0.20 | 0.76 | 0 |
| HSL | 44.46º | 1% | 0.62% | - |
| HSV(B) | 44.46º | 0.76% | 1% | - |
| XYZ | 63.94 | 65.27 | 13.79 | - |
| YUV | 203.65 | 48.07 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 62 | 0 | 0.20 | 0.76 | 0 | 44.46 | 1 | 0.62 |
| Hex | FF | CD | 3E | 0 | 14 | 4C | 0 | 2C | 64 | 3E |
| Octal | 377 | 315 | 76 | 0 | 24 | 114 | 0 | 54 | 144 | 76 |
| Binary | 11111111 | 11001101 | 111110 | 0 | 10100 | 1001100 | 0 | 101100 | 1100100 | 111110 |
Color Harmonies of #FFCD3E
Complementary color
Monochromatic Colors of #FFCD3E
Black with #FFCD3E
Text Example
Text Example
White with #FFCD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD3E; }
p { color: rgb(255,205,62); }
H1.HeaderClassName
{
color: #FFCD3E;
}
.AnyTagClassName
{
color: #FFCD3E;
}
</style>
background-color css
<style>
a { background-color: #FFCD3E; }
a { background-color: rgb(255,205,62); }
div.DivClassName
{
background-color: #FFCD3E;
}
.BgClassName
{
background-color: #FFCD3E;
}
</style>
border-color css
<style>
span { border-color: #FFCD3E; }
span { border-color: rgb(255,205,62); }
td.TdClassName
{
border-color: #FFCD3E;
}
.TagClassName
{
border-color: #FFCD3E;
}
</style>