Shades of Sunglow #FFCD2E
Tints of Sunglow #FFCD2E
RGB
CMYK
RGB Variations
Color information
#FFCD2E (or 0xFFCD2E) is known color: Sunglow. HEX triplet: FF, CD and 2E. RGB value is (255,205,46). Sum of RGB (Red+Green+Blue) = 255+205+46=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 46 (18.36% from 255 or 9.09% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCD2E is #0032D1. Grayscale: #CACACA. Windows color (decimal): -13010 or 3067391. OLE color: 3067391.
HSL color Cylindrical-coordinate representation of color #FFCD2E: hue angle of 45.65º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFCD2E is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 46 | - |
| CMYK | 0 | 0.20 | 0.82 | 0 |
| HSL | 45.65º | 1% | 0.59% | - |
| HSV(B) | 45.65º | 0.82% | 1% | - |
| XYZ | 63.56 | 65.12 | 11.8 | - |
| YUV | 201.82 | 40.07 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 46 | 0 | 0.20 | 0.82 | 0 | 45.65 | 1 | 0.59 |
| Hex | FF | CD | 2E | 0 | 14 | 52 | 0 | 2E | 64 | 3B |
| Octal | 377 | 315 | 56 | 0 | 24 | 122 | 0 | 56 | 144 | 73 |
| Binary | 11111111 | 11001101 | 101110 | 0 | 10100 | 1010010 | 0 | 101110 | 1100100 | 111011 |
Color Harmonies of #FFCD2E
Complementary color
Monochromatic Colors of #FFCD2E
Black with #FFCD2E
Text Example
Text Example
White with #FFCD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD2E; }
p { color: rgb(255,205,46); }
H1.HeaderClassName
{
color: #FFCD2E;
}
.AnyTagClassName
{
color: #FFCD2E;
}
</style>
background-color css
<style>
a { background-color: #FFCD2E; }
a { background-color: rgb(255,205,46); }
div.DivClassName
{
background-color: #FFCD2E;
}
.BgClassName
{
background-color: #FFCD2E;
}
</style>
border-color css
<style>
span { border-color: #FFCD2E; }
span { border-color: rgb(255,205,46); }
td.TdClassName
{
border-color: #FFCD2E;
}
.TagClassName
{
border-color: #FFCD2E;
}
</style>