Shades of Sunglow #FFD13A
Tints of Sunglow #FFD13A
RGB
CMYK
RGB Variations
Color information
#FFD13A (or 0xFFD13A) is known color: Sunglow. HEX triplet: FF, D1 and 3A. RGB value is (255,209,58). Sum of RGB (Red+Green+Blue) = 255+209+58=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 209 (82.03% from 255 or 40.04% from 522); Blue value is 58 (23.05% from 255 or 11.11% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD13A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD13A is #002EC5. Grayscale: #CECECE. Windows color (decimal): -11974 or 3854847. OLE color: 3854847.
HSL color Cylindrical-coordinate representation of color #FFD13A: hue angle of 45.99º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFD13A is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 58 | - |
| CMYK | 0 | 0.18 | 0.77 | 0 |
| HSL | 45.99º | 1% | 0.61% | - |
| HSV(B) | 45.99º | 0.77% | 1% | - |
| XYZ | 64.8 | 67.17 | 13.55 | - |
| YUV | 205.54 | 44.74 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 58 | 0 | 0.18 | 0.77 | 0 | 45.99 | 1 | 0.61 |
| Hex | FF | D1 | 3A | 0 | 12 | 4D | 0 | 2E | 64 | 3D |
| Octal | 377 | 321 | 72 | 0 | 22 | 115 | 0 | 56 | 144 | 75 |
| Binary | 11111111 | 11010001 | 111010 | 0 | 10010 | 1001101 | 0 | 101110 | 1100100 | 111101 |
Color Harmonies of #FFD13A
Complementary color
Monochromatic Colors of #FFD13A
Black with #FFD13A
Text Example
Text Example
White with #FFD13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD13A; }
p { color: rgb(255,209,58); }
H1.HeaderClassName
{
color: #FFD13A;
}
.AnyTagClassName
{
color: #FFD13A;
}
</style>
background-color css
<style>
a { background-color: #FFD13A; }
a { background-color: rgb(255,209,58); }
div.DivClassName
{
background-color: #FFD13A;
}
.BgClassName
{
background-color: #FFD13A;
}
</style>
border-color css
<style>
span { border-color: #FFD13A; }
span { border-color: rgb(255,209,58); }
td.TdClassName
{
border-color: #FFD13A;
}
.TagClassName
{
border-color: #FFD13A;
}
</style>