Shades of Sunglow #FDD136
Tints of Sunglow #FDD136
RGB
CMYK
RGB Variations
Color information
#FDD136 (or 0xFDD136) is known color: Sunglow. HEX triplet: FD, D1 and 36. RGB value is (253,209,54). Sum of RGB (Red+Green+Blue) = 253+209+54=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 209 (82.03% from 255 or 40.50% from 516); Blue value is 54 (21.48% from 255 or 10.47% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD136 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD136 is #022EC9. Grayscale: #CDCDCD. Windows color (decimal): -143050 or 3592701. OLE color: 3592701.
HSL color Cylindrical-coordinate representation of color #FDD136: hue angle of 46.73º 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 #FDD136 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 54 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.01 |
| HSL | 46.73º | 0.98% | 0.6% | - |
| HSV(B) | 46.73º | 0.79% | 0.99% | - |
| XYZ | 63.97 | 66.75 | 13 | - |
| YUV | 204.49 | 43.08 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 54 | 0 | 0.17 | 0.79 | 0.01 | 46.73 | 0.98 | 0.6 |
| Hex | FD | D1 | 36 | 0 | 11 | 4F | 1 | 2F | 62 | 3C |
| Octal | 375 | 321 | 66 | 0 | 21 | 117 | 1 | 57 | 142 | 74 |
| Binary | 11111101 | 11010001 | 110110 | 0 | 10001 | 1001111 | 1 | 101111 | 1100010 | 111100 |
Color Harmonies of #FDD136
Complementary color
Monochromatic Colors of #FDD136
Black with #FDD136
Text Example
Text Example
White with #FDD136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD136; }
p { color: rgb(253,209,54); }
H1.HeaderClassName
{
color: #FDD136;
}
.AnyTagClassName
{
color: #FDD136;
}
</style>
background-color css
<style>
a { background-color: #FDD136; }
a { background-color: rgb(253,209,54); }
div.DivClassName
{
background-color: #FDD136;
}
.BgClassName
{
background-color: #FDD136;
}
</style>
border-color css
<style>
span { border-color: #FDD136; }
span { border-color: rgb(253,209,54); }
td.TdClassName
{
border-color: #FDD136;
}
.TagClassName
{
border-color: #FDD136;
}
</style>