Shades of Sunglow #FDC240
Tints of Sunglow #FDC240
RGB
CMYK
RGB Variations
Color information
#FDC240 (or 0xFDC240) is known color: Sunglow. HEX triplet: FD, C2 and 40. RGB value is (253,194,64). Sum of RGB (Red+Green+Blue) = 253+194+64=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 64 (25.39% from 255 or 12.52% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC240 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC240 is #023DBF. Grayscale: #C5C5C5. Windows color (decimal): -146880 or 4244221. OLE color: 4244221.
HSL color Cylindrical-coordinate representation of color #FDC240: hue angle of 41.27º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FDC240 is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 64 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.01 |
| HSL | 41.27º | 0.98% | 0.62% | - |
| HSV(B) | 41.27º | 0.75% | 0.99% | - |
| XYZ | 60.73 | 59.84 | 13.2 | - |
| YUV | 196.82 | 53.05 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 64 | 0 | 0.23 | 0.75 | 0.01 | 41.27 | 0.98 | 0.62 |
| Hex | FD | C2 | 40 | 0 | 17 | 4B | 1 | 29 | 62 | 3E |
| Octal | 375 | 302 | 100 | 0 | 27 | 113 | 1 | 51 | 142 | 76 |
| Binary | 11111101 | 11000010 | 1000000 | 0 | 10111 | 1001011 | 1 | 101001 | 1100010 | 111110 |
Color Harmonies of #FDC240
Complementary color
Monochromatic Colors of #FDC240
Black with #FDC240
Text Example
Text Example
White with #FDC240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC240; }
p { color: rgb(253,194,64); }
H1.HeaderClassName
{
color: #FDC240;
}
.AnyTagClassName
{
color: #FDC240;
}
</style>
background-color css
<style>
a { background-color: #FDC240; }
a { background-color: rgb(253,194,64); }
div.DivClassName
{
background-color: #FDC240;
}
.BgClassName
{
background-color: #FDC240;
}
</style>
border-color css
<style>
span { border-color: #FDC240; }
span { border-color: rgb(253,194,64); }
td.TdClassName
{
border-color: #FDC240;
}
.TagClassName
{
border-color: #FDC240;
}
</style>