Shades of Sunglow #FFD12E
Tints of Sunglow #FFD12E
RGB
CMYK
RGB Variations
Color information
#FFD12E (or 0xFFD12E) is known color: Sunglow. HEX triplet: FF, D1 and 2E. RGB value is (255,209,46). Sum of RGB (Red+Green+Blue) = 255+209+46=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 209 (82.03% from 255 or 40.98% from 510); Blue value is 46 (18.36% from 255 or 9.02% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD12E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD12E is #002ED1. Grayscale: #CCCCCC. Windows color (decimal): -11986 or 3068415. OLE color: 3068415.
HSL color Cylindrical-coordinate representation of color #FFD12E: hue angle of 46.79º 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 #FFD12E is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 46 | - |
| CMYK | 0 | 0.18 | 0.82 | 0 |
| HSL | 46.79º | 1% | 0.59% | - |
| HSV(B) | 46.79º | 0.82% | 1% | - |
| XYZ | 64.53 | 67.06 | 12.13 | - |
| YUV | 204.17 | 38.74 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 46 | 0 | 0.18 | 0.82 | 0 | 46.79 | 1 | 0.59 |
| Hex | FF | D1 | 2E | 0 | 12 | 52 | 0 | 2F | 64 | 3B |
| Octal | 377 | 321 | 56 | 0 | 22 | 122 | 0 | 57 | 144 | 73 |
| Binary | 11111111 | 11010001 | 101110 | 0 | 10010 | 1010010 | 0 | 101111 | 1100100 | 111011 |
Color Harmonies of #FFD12E
Complementary color
Monochromatic Colors of #FFD12E
Black with #FFD12E
Text Example
Text Example
White with #FFD12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD12E; }
p { color: rgb(255,209,46); }
H1.HeaderClassName
{
color: #FFD12E;
}
.AnyTagClassName
{
color: #FFD12E;
}
</style>
background-color css
<style>
a { background-color: #FFD12E; }
a { background-color: rgb(255,209,46); }
div.DivClassName
{
background-color: #FFD12E;
}
.BgClassName
{
background-color: #FFD12E;
}
</style>
border-color css
<style>
span { border-color: #FFD12E; }
span { border-color: rgb(255,209,46); }
td.TdClassName
{
border-color: #FFD12E;
}
.TagClassName
{
border-color: #FFD12E;
}
</style>