Shades of Sunglow #FFD13B
Tints of Sunglow #FFD13B
RGB
CMYK
RGB Variations
Color information
#FFD13B (or 0xFFD13B) is known color: Sunglow. HEX triplet: FF, D1 and 3B. RGB value is (255,209,59). Sum of RGB (Red+Green+Blue) = 255+209+59=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 59 (23.44% from 255 or 11.28% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD13B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD13B is #002EC4. Grayscale: #CECECE. Windows color (decimal): -11973 or 3920383. OLE color: 3920383.
HSL color Cylindrical-coordinate representation of color #FFD13B: hue angle of 45.92º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFD13B is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 59 | - |
| CMYK | 0 | 0.18 | 0.77 | 0 |
| HSL | 45.92º | 1% | 0.62% | - |
| HSV(B) | 45.92º | 0.77% | 1% | - |
| XYZ | 64.83 | 67.18 | 13.69 | - |
| YUV | 205.65 | 45.24 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 59 | 0 | 0.18 | 0.77 | 0 | 45.92 | 1 | 0.62 |
| Hex | FF | D1 | 3B | 0 | 12 | 4D | 0 | 2E | 64 | 3E |
| Octal | 377 | 321 | 73 | 0 | 22 | 115 | 0 | 56 | 144 | 76 |
| Binary | 11111111 | 11010001 | 111011 | 0 | 10010 | 1001101 | 0 | 101110 | 1100100 | 111110 |
Color Harmonies of #FFD13B
Complementary color
Monochromatic Colors of #FFD13B
Black with #FFD13B
Text Example
Text Example
White with #FFD13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD13B; }
p { color: rgb(255,209,59); }
H1.HeaderClassName
{
color: #FFD13B;
}
.AnyTagClassName
{
color: #FFD13B;
}
</style>
background-color css
<style>
a { background-color: #FFD13B; }
a { background-color: rgb(255,209,59); }
div.DivClassName
{
background-color: #FFD13B;
}
.BgClassName
{
background-color: #FFD13B;
}
</style>
border-color css
<style>
span { border-color: #FFD13B; }
span { border-color: rgb(255,209,59); }
td.TdClassName
{
border-color: #FFD13B;
}
.TagClassName
{
border-color: #FFD13B;
}
</style>