Shades of Sunglow #FFD540
Tints of Sunglow #FFD540
RGB
CMYK
RGB Variations
Color information
#FFD540 (or 0xFFD540) is known color: Sunglow. HEX triplet: FF, D5 and 40. RGB value is (255,213,64). Sum of RGB (Red+Green+Blue) = 255+213+64=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 64 (25.39% from 255 or 12.03% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD540 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD540 is #002ABF. Grayscale: #D1D1D1. Windows color (decimal): -10944 or 4249087. OLE color: 4249087.
HSL color Cylindrical-coordinate representation of color #FFD540: hue angle of 46.81º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFD540 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 64 | - |
| CMYK | 0 | 0.16 | 0.75 | 0 |
| HSL | 46.81º | 1% | 0.63% | - |
| HSV(B) | 46.81º | 0.75% | 1% | - |
| XYZ | 65.96 | 69.22 | 14.73 | - |
| YUV | 208.57 | 46.41 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 64 | 0 | 0.16 | 0.75 | 0 | 46.81 | 1 | 0.63 |
| Hex | FF | D5 | 40 | 0 | 10 | 4B | 0 | 2F | 64 | 3F |
| Octal | 377 | 325 | 100 | 0 | 20 | 113 | 0 | 57 | 144 | 77 |
| Binary | 11111111 | 11010101 | 1000000 | 0 | 10000 | 1001011 | 0 | 101111 | 1100100 | 111111 |
Color Harmonies of #FFD540
Complementary color
Monochromatic Colors of #FFD540
Black with #FFD540
Text Example
Text Example
White with #FFD540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD540; }
p { color: rgb(255,213,64); }
H1.HeaderClassName
{
color: #FFD540;
}
.AnyTagClassName
{
color: #FFD540;
}
</style>
background-color css
<style>
a { background-color: #FFD540; }
a { background-color: rgb(255,213,64); }
div.DivClassName
{
background-color: #FFD540;
}
.BgClassName
{
background-color: #FFD540;
}
</style>
border-color css
<style>
span { border-color: #FFD540; }
span { border-color: rgb(255,213,64); }
td.TdClassName
{
border-color: #FFD540;
}
.TagClassName
{
border-color: #FFD540;
}
</style>