Shades of Sunglow #FFCD3A
Tints of Sunglow #FFCD3A
RGB
CMYK
RGB Variations
Color information
#FFCD3A (or 0xFFCD3A) is known color: Sunglow. HEX triplet: FF, CD and 3A. RGB value is (255,205,58). Sum of RGB (Red+Green+Blue) = 255+205+58=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 58 (23.05% from 255 or 11.20% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCD3A is #0032C5. Grayscale: #CBCBCB. Windows color (decimal): -12998 or 3853823. OLE color: 3853823.
HSL color Cylindrical-coordinate representation of color #FFCD3A: hue angle of 44.77º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFCD3A is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 58 | - |
| CMYK | 0 | 0.20 | 0.77 | 0 |
| HSL | 44.77º | 1% | 0.61% | - |
| HSV(B) | 44.77º | 0.77% | 1% | - |
| XYZ | 63.84 | 65.23 | 13.23 | - |
| YUV | 203.19 | 46.07 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 58 | 0 | 0.20 | 0.77 | 0 | 44.77 | 1 | 0.61 |
| Hex | FF | CD | 3A | 0 | 14 | 4D | 0 | 2D | 64 | 3D |
| Octal | 377 | 315 | 72 | 0 | 24 | 115 | 0 | 55 | 144 | 75 |
| Binary | 11111111 | 11001101 | 111010 | 0 | 10100 | 1001101 | 0 | 101101 | 1100100 | 111101 |
Color Harmonies of #FFCD3A
Complementary color
Monochromatic Colors of #FFCD3A
Black with #FFCD3A
Text Example
Text Example
White with #FFCD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD3A; }
p { color: rgb(255,205,58); }
H1.HeaderClassName
{
color: #FFCD3A;
}
.AnyTagClassName
{
color: #FFCD3A;
}
</style>
background-color css
<style>
a { background-color: #FFCD3A; }
a { background-color: rgb(255,205,58); }
div.DivClassName
{
background-color: #FFCD3A;
}
.BgClassName
{
background-color: #FFCD3A;
}
</style>
border-color css
<style>
span { border-color: #FFCD3A; }
span { border-color: rgb(255,205,58); }
td.TdClassName
{
border-color: #FFCD3A;
}
.TagClassName
{
border-color: #FFCD3A;
}
</style>