Shades of Sunglow #FFD13F
Tints of Sunglow #FFD13F
RGB
CMYK
RGB Variations
Color information
#FFD13F (or 0xFFD13F) is known color: Sunglow. HEX triplet: FF, D1 and 3F. RGB value is (255,209,63). Sum of RGB (Red+Green+Blue) = 255+209+63=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 63 (25% from 255 or 11.95% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD13F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD13F is #002EC0. Grayscale: #CECECE. Windows color (decimal): -11969 or 4182527. OLE color: 4182527.
HSL color Cylindrical-coordinate representation of color #FFD13F: hue angle of 45.62º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFD13F is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 63 | - |
| CMYK | 0 | 0.18 | 0.75 | 0 |
| HSL | 45.63º | 1% | 0.62% | - |
| HSV(B) | 45.63º | 0.75% | 1% | - |
| XYZ | 64.94 | 67.22 | 14.25 | - |
| YUV | 206.11 | 47.24 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 63 | 0 | 0.18 | 0.75 | 0 | 45.63 | 1 | 0.62 |
| Hex | FF | D1 | 3F | 0 | 12 | 4B | 0 | 2E | 64 | 3E |
| Octal | 377 | 321 | 77 | 0 | 22 | 113 | 0 | 56 | 144 | 76 |
| Binary | 11111111 | 11010001 | 111111 | 0 | 10010 | 1001011 | 0 | 101110 | 1100100 | 111110 |
Color Harmonies of #FFD13F
Complementary color
Monochromatic Colors of #FFD13F
Black with #FFD13F
Text Example
Text Example
White with #FFD13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD13F; }
p { color: rgb(255,209,63); }
H1.HeaderClassName
{
color: #FFD13F;
}
.AnyTagClassName
{
color: #FFD13F;
}
</style>
background-color css
<style>
a { background-color: #FFD13F; }
a { background-color: rgb(255,209,63); }
div.DivClassName
{
background-color: #FFD13F;
}
.BgClassName
{
background-color: #FFD13F;
}
</style>
border-color css
<style>
span { border-color: #FFD13F; }
span { border-color: rgb(255,209,63); }
td.TdClassName
{
border-color: #FFD13F;
}
.TagClassName
{
border-color: #FFD13F;
}
</style>