Shades of Sunglow #FFD12F
Tints of Sunglow #FFD12F
RGB
CMYK
RGB Variations
Color information
#FFD12F (or 0xFFD12F) is known color: Sunglow. HEX triplet: FF, D1 and 2F. RGB value is (255,209,47). Sum of RGB (Red+Green+Blue) = 255+209+47=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 209 (82.03% from 255 or 40.90% from 511); Blue value is 47 (18.75% from 255 or 9.20% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD12F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD12F is #002ED0. Grayscale: #CCCCCC. Windows color (decimal): -11985 or 3133951. OLE color: 3133951.
HSL color Cylindrical-coordinate representation of color #FFD12F: hue angle of 46.73º 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 #FFD12F is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 47 | - |
| CMYK | 0 | 0.18 | 0.82 | 0 |
| HSL | 46.73º | 1% | 0.59% | - |
| HSV(B) | 46.73º | 0.82% | 1% | - |
| XYZ | 64.55 | 67.07 | 12.23 | - |
| YUV | 204.29 | 39.24 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 47 | 0 | 0.18 | 0.82 | 0 | 46.73 | 1 | 0.59 |
| Hex | FF | D1 | 2F | 0 | 12 | 52 | 0 | 2F | 64 | 3B |
| Octal | 377 | 321 | 57 | 0 | 22 | 122 | 0 | 57 | 144 | 73 |
| Binary | 11111111 | 11010001 | 101111 | 0 | 10010 | 1010010 | 0 | 101111 | 1100100 | 111011 |
Color Harmonies of #FFD12F
Complementary color
Monochromatic Colors of #FFD12F
Black with #FFD12F
Text Example
Text Example
White with #FFD12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD12F; }
p { color: rgb(255,209,47); }
H1.HeaderClassName
{
color: #FFD12F;
}
.AnyTagClassName
{
color: #FFD12F;
}
</style>
background-color css
<style>
a { background-color: #FFD12F; }
a { background-color: rgb(255,209,47); }
div.DivClassName
{
background-color: #FFD12F;
}
.BgClassName
{
background-color: #FFD12F;
}
</style>
border-color css
<style>
span { border-color: #FFD12F; }
span { border-color: rgb(255,209,47); }
td.TdClassName
{
border-color: #FFD12F;
}
.TagClassName
{
border-color: #FFD12F;
}
</style>