Shades of Sunglow #FFD13E
Tints of Sunglow #FFD13E
RGB
CMYK
RGB Variations
Color information
#FFD13E (or 0xFFD13E) is known color: Sunglow. HEX triplet: FF, D1 and 3E. RGB value is (255,209,62). Sum of RGB (Red+Green+Blue) = 255+209+62=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 62 (24.61% from 255 or 11.79% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD13E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD13E is #002EC1. Grayscale: #CECECE. Windows color (decimal): -11970 or 4116991. OLE color: 4116991.
HSL color Cylindrical-coordinate representation of color #FFD13E: hue angle of 45.7º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFD13E is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 62 | - |
| CMYK | 0 | 0.18 | 0.76 | 0 |
| HSL | 45.7º | 1% | 0.62% | - |
| HSV(B) | 45.7º | 0.76% | 1% | - |
| XYZ | 64.91 | 67.21 | 14.11 | - |
| YUV | 206 | 46.74 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 62 | 0 | 0.18 | 0.76 | 0 | 45.7 | 1 | 0.62 |
| Hex | FF | D1 | 3E | 0 | 12 | 4C | 0 | 2E | 64 | 3E |
| Octal | 377 | 321 | 76 | 0 | 22 | 114 | 0 | 56 | 144 | 76 |
| Binary | 11111111 | 11010001 | 111110 | 0 | 10010 | 1001100 | 0 | 101110 | 1100100 | 111110 |
Color Harmonies of #FFD13E
Complementary color
Monochromatic Colors of #FFD13E
Black with #FFD13E
Text Example
Text Example
White with #FFD13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD13E; }
p { color: rgb(255,209,62); }
H1.HeaderClassName
{
color: #FFD13E;
}
.AnyTagClassName
{
color: #FFD13E;
}
</style>
background-color css
<style>
a { background-color: #FFD13E; }
a { background-color: rgb(255,209,62); }
div.DivClassName
{
background-color: #FFD13E;
}
.BgClassName
{
background-color: #FFD13E;
}
</style>
border-color css
<style>
span { border-color: #FFD13E; }
span { border-color: rgb(255,209,62); }
td.TdClassName
{
border-color: #FFD13E;
}
.TagClassName
{
border-color: #FFD13E;
}
</style>