Shades of Sunglow #FFCD39
Tints of Sunglow #FFCD39
RGB
CMYK
RGB Variations
Color information
#FFCD39 (or 0xFFCD39) is known color: Sunglow. HEX triplet: FF, CD and 39. RGB value is (255,205,57). Sum of RGB (Red+Green+Blue) = 255+205+57=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 57 (22.66% from 255 or 11.03% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCD39 is #0032C6. Grayscale: #CBCBCB. Windows color (decimal): -12999 or 3788287. OLE color: 3788287.
HSL color Cylindrical-coordinate representation of color #FFCD39: hue angle of 44.85º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FFCD39 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 57 | - |
| CMYK | 0 | 0.20 | 0.78 | 0 |
| HSL | 44.85º | 1% | 0.61% | - |
| HSV(B) | 44.85º | 0.78% | 1% | - |
| XYZ | 63.81 | 65.22 | 13.1 | - |
| YUV | 203.08 | 45.57 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 57 | 0 | 0.20 | 0.78 | 0 | 44.85 | 1 | 0.61 |
| Hex | FF | CD | 39 | 0 | 14 | 4E | 0 | 2D | 64 | 3D |
| Octal | 377 | 315 | 71 | 0 | 24 | 116 | 0 | 55 | 144 | 75 |
| Binary | 11111111 | 11001101 | 111001 | 0 | 10100 | 1001110 | 0 | 101101 | 1100100 | 111101 |
Color Harmonies of #FFCD39
Complementary color
Monochromatic Colors of #FFCD39
Black with #FFCD39
Text Example
Text Example
White with #FFCD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD39; }
p { color: rgb(255,205,57); }
H1.HeaderClassName
{
color: #FFCD39;
}
.AnyTagClassName
{
color: #FFCD39;
}
</style>
background-color css
<style>
a { background-color: #FFCD39; }
a { background-color: rgb(255,205,57); }
div.DivClassName
{
background-color: #FFCD39;
}
.BgClassName
{
background-color: #FFCD39;
}
</style>
border-color css
<style>
span { border-color: #FFCD39; }
span { border-color: rgb(255,205,57); }
td.TdClassName
{
border-color: #FFCD39;
}
.TagClassName
{
border-color: #FFCD39;
}
</style>