Shades of Sunglow #FDD03A
Tints of Sunglow #FDD03A
RGB
CMYK
RGB Variations
Color information
#FDD03A (or 0xFDD03A) is known color: Sunglow. HEX triplet: FD, D0 and 3A. RGB value is (253,208,58). Sum of RGB (Red+Green+Blue) = 253+208+58=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 58 (23.05% from 255 or 11.18% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD03A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD03A is #022FC5. Grayscale: #CDCDCD. Windows color (decimal): -143302 or 3854589. OLE color: 3854589.
HSL color Cylindrical-coordinate representation of color #FDD03A: hue angle of 46.15º 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 #FDD03A is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 58 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.01 |
| HSL | 46.15º | 0.98% | 0.61% | - |
| HSV(B) | 46.15º | 0.77% | 0.99% | - |
| XYZ | 63.83 | 66.3 | 13.44 | - |
| YUV | 204.36 | 45.41 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 58 | 0 | 0.18 | 0.77 | 0.01 | 46.15 | 0.98 | 0.61 |
| Hex | FD | D0 | 3A | 0 | 12 | 4D | 1 | 2E | 62 | 3D |
| Octal | 375 | 320 | 72 | 0 | 22 | 115 | 1 | 56 | 142 | 75 |
| Binary | 11111101 | 11010000 | 111010 | 0 | 10010 | 1001101 | 1 | 101110 | 1100010 | 111101 |
Color Harmonies of #FDD03A
Complementary color
Monochromatic Colors of #FDD03A
Black with #FDD03A
Text Example
Text Example
White with #FDD03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD03A; }
p { color: rgb(253,208,58); }
H1.HeaderClassName
{
color: #FDD03A;
}
.AnyTagClassName
{
color: #FDD03A;
}
</style>
background-color css
<style>
a { background-color: #FDD03A; }
a { background-color: rgb(253,208,58); }
div.DivClassName
{
background-color: #FDD03A;
}
.BgClassName
{
background-color: #FDD03A;
}
</style>
border-color css
<style>
span { border-color: #FDD03A; }
span { border-color: rgb(253,208,58); }
td.TdClassName
{
border-color: #FDD03A;
}
.TagClassName
{
border-color: #FDD03A;
}
</style>