Shades of Sunglow #FDD632
Tints of Sunglow #FDD632
RGB
CMYK
RGB Variations
Color information
#FDD632 (or 0xFDD632) is known color: Sunglow. HEX triplet: FD, D6 and 32. RGB value is (253,214,50). Sum of RGB (Red+Green+Blue) = 253+214+50=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 50 (19.92% from 255 or 9.67% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD632 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD632 is #0229CD. Grayscale: #CFCFCF. Windows color (decimal): -141774 or 3331837. OLE color: 3331837.
HSL color Cylindrical-coordinate representation of color #FDD632: hue angle of 48.47º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FDD632 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 50 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.01 |
| HSL | 48.47º | 0.98% | 0.59% | - |
| HSV(B) | 48.47º | 0.8% | 0.99% | - |
| XYZ | 65.13 | 69.21 | 12.94 | - |
| YUV | 206.97 | 39.42 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 50 | 0 | 0.15 | 0.80 | 0.01 | 48.47 | 0.98 | 0.59 |
| Hex | FD | D6 | 32 | 0 | F | 50 | 1 | 30 | 62 | 3B |
| Octal | 375 | 326 | 62 | 0 | 17 | 120 | 1 | 60 | 142 | 73 |
| Binary | 11111101 | 11010110 | 110010 | 0 | 1111 | 1010000 | 1 | 110000 | 1100010 | 111011 |
Color Harmonies of #FDD632
Complementary color
Monochromatic Colors of #FDD632
Black with #FDD632
Text Example
Text Example
White with #FDD632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD632; }
p { color: rgb(253,214,50); }
H1.HeaderClassName
{
color: #FDD632;
}
.AnyTagClassName
{
color: #FDD632;
}
</style>
background-color css
<style>
a { background-color: #FDD632; }
a { background-color: rgb(253,214,50); }
div.DivClassName
{
background-color: #FDD632;
}
.BgClassName
{
background-color: #FDD632;
}
</style>
border-color css
<style>
span { border-color: #FDD632; }
span { border-color: rgb(253,214,50); }
td.TdClassName
{
border-color: #FDD632;
}
.TagClassName
{
border-color: #FDD632;
}
</style>