Shades of Sunglow #FDD13E
Tints of Sunglow #FDD13E
RGB
CMYK
RGB Variations
Color information
#FDD13E (or 0xFDD13E) is known color: Sunglow. HEX triplet: FD, D1 and 3E. RGB value is (253,209,62). Sum of RGB (Red+Green+Blue) = 253+209+62=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 62 (24.61% from 255 or 11.83% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD13E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD13E is #022EC1. Grayscale: #CECECE. Windows color (decimal): -143042 or 4116989. OLE color: 4116989.
HSL color Cylindrical-coordinate representation of color #FDD13E: hue angle of 46.18º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FDD13E is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 62 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.01 |
| HSL | 46.18º | 0.98% | 0.62% | - |
| HSV(B) | 46.18º | 0.75% | 0.99% | - |
| XYZ | 64.18 | 66.83 | 14.07 | - |
| YUV | 205.4 | 47.08 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 62 | 0 | 0.17 | 0.75 | 0.01 | 46.18 | 0.98 | 0.62 |
| Hex | FD | D1 | 3E | 0 | 11 | 4B | 1 | 2E | 62 | 3E |
| Octal | 375 | 321 | 76 | 0 | 21 | 113 | 1 | 56 | 142 | 76 |
| Binary | 11111101 | 11010001 | 111110 | 0 | 10001 | 1001011 | 1 | 101110 | 1100010 | 111110 |
Color Harmonies of #FDD13E
Complementary color
Monochromatic Colors of #FDD13E
Black with #FDD13E
Text Example
Text Example
White with #FDD13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD13E; }
p { color: rgb(253,209,62); }
H1.HeaderClassName
{
color: #FDD13E;
}
.AnyTagClassName
{
color: #FDD13E;
}
</style>
background-color css
<style>
a { background-color: #FDD13E; }
a { background-color: rgb(253,209,62); }
div.DivClassName
{
background-color: #FDD13E;
}
.BgClassName
{
background-color: #FDD13E;
}
</style>
border-color css
<style>
span { border-color: #FDD13E; }
span { border-color: rgb(253,209,62); }
td.TdClassName
{
border-color: #FDD13E;
}
.TagClassName
{
border-color: #FDD13E;
}
</style>