Shades of Sunglow #FDD036
Tints of Sunglow #FDD036
RGB
CMYK
RGB Variations
Color information
#FDD036 (or 0xFDD036) is known color: Sunglow. HEX triplet: FD, D0 and 36. RGB value is (253,208,54). Sum of RGB (Red+Green+Blue) = 253+208+54=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 54 (21.48% from 255 or 10.49% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD036 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD036 is #022FC9. Grayscale: #CCCCCC. Windows color (decimal): -143306 or 3592445. OLE color: 3592445.
HSL color Cylindrical-coordinate representation of color #FDD036: hue angle of 46.43º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FDD036 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 54 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.01 |
| HSL | 46.43º | 0.98% | 0.6% | - |
| HSV(B) | 46.43º | 0.79% | 0.99% | - |
| XYZ | 63.73 | 66.26 | 12.92 | - |
| YUV | 203.9 | 43.41 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 54 | 0 | 0.18 | 0.79 | 0.01 | 46.43 | 0.98 | 0.6 |
| Hex | FD | D0 | 36 | 0 | 12 | 4F | 1 | 2E | 62 | 3C |
| Octal | 375 | 320 | 66 | 0 | 22 | 117 | 1 | 56 | 142 | 74 |
| Binary | 11111101 | 11010000 | 110110 | 0 | 10010 | 1001111 | 1 | 101110 | 1100010 | 111100 |
Color Harmonies of #FDD036
Complementary color
Monochromatic Colors of #FDD036
Black with #FDD036
Text Example
Text Example
White with #FDD036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD036; }
p { color: rgb(253,208,54); }
H1.HeaderClassName
{
color: #FDD036;
}
.AnyTagClassName
{
color: #FDD036;
}
</style>
background-color css
<style>
a { background-color: #FDD036; }
a { background-color: rgb(253,208,54); }
div.DivClassName
{
background-color: #FDD036;
}
.BgClassName
{
background-color: #FDD036;
}
</style>
border-color css
<style>
span { border-color: #FDD036; }
span { border-color: rgb(253,208,54); }
td.TdClassName
{
border-color: #FDD036;
}
.TagClassName
{
border-color: #FDD036;
}
</style>