Shades of Sunglow #FFD12B
Tints of Sunglow #FFD12B
RGB
CMYK
RGB Variations
Color information
#FFD12B (or 0xFFD12B) is known color: Sunglow. HEX triplet: FF, D1 and 2B. RGB value is (255,209,43). Sum of RGB (Red+Green+Blue) = 255+209+43=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 209 (82.03% from 255 or 41.22% from 507); Blue value is 43 (17.19% from 255 or 8.48% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD12B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD12B is #002ED4. Grayscale: #CCCCCC. Windows color (decimal): -11989 or 2871807. OLE color: 2871807.
HSL color Cylindrical-coordinate representation of color #FFD12B: hue angle of 46.98º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFD12B is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 43 | - |
| CMYK | 0 | 0.18 | 0.83 | 0 |
| HSL | 46.98º | 1% | 0.58% | - |
| HSV(B) | 46.98º | 0.83% | 1% | - |
| XYZ | 64.48 | 67.04 | 11.83 | - |
| YUV | 203.83 | 37.24 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 43 | 0 | 0.18 | 0.83 | 0 | 46.98 | 1 | 0.58 |
| Hex | FF | D1 | 2B | 0 | 12 | 53 | 0 | 2F | 64 | 3A |
| Octal | 377 | 321 | 53 | 0 | 22 | 123 | 0 | 57 | 144 | 72 |
| Binary | 11111111 | 11010001 | 101011 | 0 | 10010 | 1010011 | 0 | 101111 | 1100100 | 111010 |
Color Harmonies of #FFD12B
Complementary color
Monochromatic Colors of #FFD12B
Black with #FFD12B
Text Example
Text Example
White with #FFD12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD12B; }
p { color: rgb(255,209,43); }
H1.HeaderClassName
{
color: #FFD12B;
}
.AnyTagClassName
{
color: #FFD12B;
}
</style>
background-color css
<style>
a { background-color: #FFD12B; }
a { background-color: rgb(255,209,43); }
div.DivClassName
{
background-color: #FFD12B;
}
.BgClassName
{
background-color: #FFD12B;
}
</style>
border-color css
<style>
span { border-color: #FFD12B; }
span { border-color: rgb(255,209,43); }
td.TdClassName
{
border-color: #FFD12B;
}
.TagClassName
{
border-color: #FFD12B;
}
</style>