Shades of Sunglow #FDD737
Tints of Sunglow #FDD737
RGB
CMYK
RGB Variations
Color information
#FDD737 (or 0xFDD737) is known color: Sunglow. HEX triplet: FD, D7 and 37. RGB value is (253,215,55). Sum of RGB (Red+Green+Blue) = 253+215+55=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 215 (84.38% from 255 or 41.11% from 523); Blue value is 55 (21.88% from 255 or 10.52% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD737 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD737 is #0228C8. Grayscale: #D0D0D0. Windows color (decimal): -141513 or 3659773. OLE color: 3659773.
HSL color Cylindrical-coordinate representation of color #FDD737: hue angle of 48.48º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FDD737 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 55 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.01 |
| HSL | 48.48º | 0.98% | 0.6% | - |
| HSV(B) | 48.48º | 0.78% | 0.99% | - |
| XYZ | 65.5 | 69.76 | 13.63 | - |
| YUV | 208.12 | 41.59 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 55 | 0 | 0.15 | 0.78 | 0.01 | 48.48 | 0.98 | 0.6 |
| Hex | FD | D7 | 37 | 0 | F | 4E | 1 | 30 | 62 | 3C |
| Octal | 375 | 327 | 67 | 0 | 17 | 116 | 1 | 60 | 142 | 74 |
| Binary | 11111101 | 11010111 | 110111 | 0 | 1111 | 1001110 | 1 | 110000 | 1100010 | 111100 |
Color Harmonies of #FDD737
Complementary color
Monochromatic Colors of #FDD737
Black with #FDD737
Text Example
Text Example
White with #FDD737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD737; }
p { color: rgb(253,215,55); }
H1.HeaderClassName
{
color: #FDD737;
}
.AnyTagClassName
{
color: #FDD737;
}
</style>
background-color css
<style>
a { background-color: #FDD737; }
a { background-color: rgb(253,215,55); }
div.DivClassName
{
background-color: #FDD737;
}
.BgClassName
{
background-color: #FDD737;
}
</style>
border-color css
<style>
span { border-color: #FDD737; }
span { border-color: rgb(253,215,55); }
td.TdClassName
{
border-color: #FDD737;
}
.TagClassName
{
border-color: #FDD737;
}
</style>