Shades of Sunglow #FDC532
Tints of Sunglow #FDC532
RGB
CMYK
RGB Variations
Color information
#FDC532 (or 0xFDC532) is known color: Sunglow. HEX triplet: FD, C5 and 32. RGB value is (253,197,50). Sum of RGB (Red+Green+Blue) = 253+197+50=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 50 (19.92% from 255 or 10% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC532 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC532 is #023ACD. Grayscale: #C5C5C5. Windows color (decimal): -146126 or 3327485. OLE color: 3327485.
HSL color Cylindrical-coordinate representation of color #FDC532: hue angle of 43.45º 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 #FDC532 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 50 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.01 |
| HSL | 43.45º | 0.98% | 0.59% | - |
| HSV(B) | 43.45º | 0.8% | 0.99% | - |
| XYZ | 61.05 | 61.05 | 11.58 | - |
| YUV | 196.99 | 45.05 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 50 | 0 | 0.22 | 0.80 | 0.01 | 43.45 | 0.98 | 0.59 |
| Hex | FD | C5 | 32 | 0 | 16 | 50 | 1 | 2B | 62 | 3B |
| Octal | 375 | 305 | 62 | 0 | 26 | 120 | 1 | 53 | 142 | 73 |
| Binary | 11111101 | 11000101 | 110010 | 0 | 10110 | 1010000 | 1 | 101011 | 1100010 | 111011 |
Color Harmonies of #FDC532
Complementary color
Monochromatic Colors of #FDC532
Black with #FDC532
Text Example
Text Example
White with #FDC532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC532; }
p { color: rgb(253,197,50); }
H1.HeaderClassName
{
color: #FDC532;
}
.AnyTagClassName
{
color: #FDC532;
}
</style>
background-color css
<style>
a { background-color: #FDC532; }
a { background-color: rgb(253,197,50); }
div.DivClassName
{
background-color: #FDC532;
}
.BgClassName
{
background-color: #FDC532;
}
</style>
border-color css
<style>
span { border-color: #FDC532; }
span { border-color: rgb(253,197,50); }
td.TdClassName
{
border-color: #FDC532;
}
.TagClassName
{
border-color: #FDC532;
}
</style>