Shades of Sunglow #FDD13A
Tints of Sunglow #FDD13A
RGB
CMYK
RGB Variations
Color information
#FDD13A (or 0xFDD13A) is known color: Sunglow. HEX triplet: FD, D1 and 3A. RGB value is (253,209,58). Sum of RGB (Red+Green+Blue) = 253+209+58=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 209 (82.03% from 255 or 40.19% from 520); Blue value is 58 (23.05% from 255 or 11.15% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD13A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD13A is #022EC5. Grayscale: #CDCDCD. Windows color (decimal): -143046 or 3854845. OLE color: 3854845.
HSL color Cylindrical-coordinate representation of color #FDD13A: hue angle of 46.46º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FDD13A is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 58 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.01 |
| HSL | 46.46º | 0.98% | 0.61% | - |
| HSV(B) | 46.46º | 0.77% | 0.99% | - |
| XYZ | 64.07 | 66.79 | 13.52 | - |
| YUV | 204.94 | 45.08 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 58 | 0 | 0.17 | 0.77 | 0.01 | 46.46 | 0.98 | 0.61 |
| Hex | FD | D1 | 3A | 0 | 11 | 4D | 1 | 2E | 62 | 3D |
| Octal | 375 | 321 | 72 | 0 | 21 | 115 | 1 | 56 | 142 | 75 |
| Binary | 11111101 | 11010001 | 111010 | 0 | 10001 | 1001101 | 1 | 101110 | 1100010 | 111101 |
Color Harmonies of #FDD13A
Complementary color
Monochromatic Colors of #FDD13A
Black with #FDD13A
Text Example
Text Example
White with #FDD13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD13A; }
p { color: rgb(253,209,58); }
H1.HeaderClassName
{
color: #FDD13A;
}
.AnyTagClassName
{
color: #FDD13A;
}
</style>
background-color css
<style>
a { background-color: #FDD13A; }
a { background-color: rgb(253,209,58); }
div.DivClassName
{
background-color: #FDD13A;
}
.BgClassName
{
background-color: #FDD13A;
}
</style>
border-color css
<style>
span { border-color: #FDD13A; }
span { border-color: rgb(253,209,58); }
td.TdClassName
{
border-color: #FDD13A;
}
.TagClassName
{
border-color: #FDD13A;
}
</style>