Shades of Sunglow #FDD237
Tints of Sunglow #FDD237
RGB
CMYK
RGB Variations
Color information
#FDD237 (or 0xFDD237) is known color: Sunglow. HEX triplet: FD, D2 and 37. RGB value is (253,210,55). Sum of RGB (Red+Green+Blue) = 253+210+55=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 55 (21.88% from 255 or 10.62% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD237 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD237 is #022DC8. Grayscale: #CDCDCD. Windows color (decimal): -142793 or 3658493. OLE color: 3658493.
HSL color Cylindrical-coordinate representation of color #FDD237: hue angle of 46.97º 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 #FDD237 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 55 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.01 |
| HSL | 46.97º | 0.98% | 0.6% | - |
| HSV(B) | 46.97º | 0.78% | 0.99% | - |
| XYZ | 64.24 | 67.25 | 13.21 | - |
| YUV | 205.19 | 43.25 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 55 | 0 | 0.17 | 0.78 | 0.01 | 46.97 | 0.98 | 0.6 |
| Hex | FD | D2 | 37 | 0 | 11 | 4E | 1 | 2F | 62 | 3C |
| Octal | 375 | 322 | 67 | 0 | 21 | 116 | 1 | 57 | 142 | 74 |
| Binary | 11111101 | 11010010 | 110111 | 0 | 10001 | 1001110 | 1 | 101111 | 1100010 | 111100 |
Color Harmonies of #FDD237
Complementary color
Monochromatic Colors of #FDD237
Black with #FDD237
Text Example
Text Example
White with #FDD237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD237; }
p { color: rgb(253,210,55); }
H1.HeaderClassName
{
color: #FDD237;
}
.AnyTagClassName
{
color: #FDD237;
}
</style>
background-color css
<style>
a { background-color: #FDD237; }
a { background-color: rgb(253,210,55); }
div.DivClassName
{
background-color: #FDD237;
}
.BgClassName
{
background-color: #FDD237;
}
</style>
border-color css
<style>
span { border-color: #FDD237; }
span { border-color: rgb(253,210,55); }
td.TdClassName
{
border-color: #FDD237;
}
.TagClassName
{
border-color: #FDD237;
}
</style>