Shades of Sunglow #FDCA32
Tints of Sunglow #FDCA32
RGB
CMYK
RGB Variations
Color information
#FDCA32 (or 0xFDCA32) is known color: Sunglow. HEX triplet: FD, CA and 32. RGB value is (253,202,50). Sum of RGB (Red+Green+Blue) = 253+202+50=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 50 (19.92% from 255 or 9.90% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCA32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCA32 is #0235CD. Grayscale: #C8C8C8. Windows color (decimal): -144846 or 3328765. OLE color: 3328765.
HSL color Cylindrical-coordinate representation of color #FDCA32: hue angle of 44.93º 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 #FDCA32 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 202 | 50 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.01 |
| HSL | 44.93º | 0.98% | 0.59% | - |
| HSV(B) | 44.93º | 0.8% | 0.99% | - |
| XYZ | 62.2 | 63.35 | 11.97 | - |
| YUV | 199.92 | 43.4 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 202 | 50 | 0 | 0.20 | 0.80 | 0.01 | 44.93 | 0.98 | 0.59 |
| Hex | FD | CA | 32 | 0 | 14 | 50 | 1 | 2D | 62 | 3B |
| Octal | 375 | 312 | 62 | 0 | 24 | 120 | 1 | 55 | 142 | 73 |
| Binary | 11111101 | 11001010 | 110010 | 0 | 10100 | 1010000 | 1 | 101101 | 1100010 | 111011 |
Color Harmonies of #FDCA32
Complementary color
Monochromatic Colors of #FDCA32
Black with #FDCA32
Text Example
Text Example
White with #FDCA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCA32; }
p { color: rgb(253,202,50); }
H1.HeaderClassName
{
color: #FDCA32;
}
.AnyTagClassName
{
color: #FDCA32;
}
</style>
background-color css
<style>
a { background-color: #FDCA32; }
a { background-color: rgb(253,202,50); }
div.DivClassName
{
background-color: #FDCA32;
}
.BgClassName
{
background-color: #FDCA32;
}
</style>
border-color css
<style>
span { border-color: #FDCA32; }
span { border-color: rgb(253,202,50); }
td.TdClassName
{
border-color: #FDCA32;
}
.TagClassName
{
border-color: #FDCA32;
}
</style>