Shades of Sunglow #FDD133
Tints of Sunglow #FDD133
RGB
CMYK
RGB Variations
Color information
#FDD133 (or 0xFDD133) is known color: Sunglow. HEX triplet: FD, D1 and 33. RGB value is (253,209,51). Sum of RGB (Red+Green+Blue) = 253+209+51=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 209 (82.03% from 255 or 40.74% from 513); Blue value is 51 (20.31% from 255 or 9.94% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD133 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD133 is #022ECC. Grayscale: #CCCCCC. Windows color (decimal): -143053 or 3396093. OLE color: 3396093.
HSL color Cylindrical-coordinate representation of color #FDD133: hue angle of 46.93º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FDD133 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 51 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.01 |
| HSL | 46.93º | 0.98% | 0.6% | - |
| HSV(B) | 46.93º | 0.8% | 0.99% | - |
| XYZ | 63.91 | 66.72 | 12.64 | - |
| YUV | 204.14 | 41.58 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 51 | 0 | 0.17 | 0.80 | 0.01 | 46.93 | 0.98 | 0.6 |
| Hex | FD | D1 | 33 | 0 | 11 | 50 | 1 | 2F | 62 | 3C |
| Octal | 375 | 321 | 63 | 0 | 21 | 120 | 1 | 57 | 142 | 74 |
| Binary | 11111101 | 11010001 | 110011 | 0 | 10001 | 1010000 | 1 | 101111 | 1100010 | 111100 |
Color Harmonies of #FDD133
Complementary color
Monochromatic Colors of #FDD133
Black with #FDD133
Text Example
Text Example
White with #FDD133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD133; }
p { color: rgb(253,209,51); }
H1.HeaderClassName
{
color: #FDD133;
}
.AnyTagClassName
{
color: #FDD133;
}
</style>
background-color css
<style>
a { background-color: #FDD133; }
a { background-color: rgb(253,209,51); }
div.DivClassName
{
background-color: #FDD133;
}
.BgClassName
{
background-color: #FDD133;
}
</style>
border-color css
<style>
span { border-color: #FDD133; }
span { border-color: rgb(253,209,51); }
td.TdClassName
{
border-color: #FDD133;
}
.TagClassName
{
border-color: #FDD133;
}
</style>