Shades of Sunglow #FDC740
Tints of Sunglow #FDC740
RGB
CMYK
RGB Variations
Color information
#FDC740 (or 0xFDC740) is known color: Sunglow. HEX triplet: FD, C7 and 40. RGB value is (253,199,64). Sum of RGB (Red+Green+Blue) = 253+199+64=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 64 (25.39% from 255 or 12.40% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC740 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC740 is #0238BF. Grayscale: #C8C8C8. Windows color (decimal): -145600 or 4245501. OLE color: 4245501.
HSL color Cylindrical-coordinate representation of color #FDC740: hue angle of 42.86º 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 #FDC740 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 64 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.01 |
| HSL | 42.86º | 0.98% | 0.62% | - |
| HSV(B) | 42.86º | 0.75% | 0.99% | - |
| XYZ | 61.86 | 62.1 | 13.58 | - |
| YUV | 199.76 | 51.39 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 64 | 0 | 0.21 | 0.75 | 0.01 | 42.86 | 0.98 | 0.62 |
| Hex | FD | C7 | 40 | 0 | 15 | 4B | 1 | 2B | 62 | 3E |
| Octal | 375 | 307 | 100 | 0 | 25 | 113 | 1 | 53 | 142 | 76 |
| Binary | 11111101 | 11000111 | 1000000 | 0 | 10101 | 1001011 | 1 | 101011 | 1100010 | 111110 |
Color Harmonies of #FDC740
Complementary color
Monochromatic Colors of #FDC740
Black with #FDC740
Text Example
Text Example
White with #FDC740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC740; }
p { color: rgb(253,199,64); }
H1.HeaderClassName
{
color: #FDC740;
}
.AnyTagClassName
{
color: #FDC740;
}
</style>
background-color css
<style>
a { background-color: #FDC740; }
a { background-color: rgb(253,199,64); }
div.DivClassName
{
background-color: #FDC740;
}
.BgClassName
{
background-color: #FDC740;
}
</style>
border-color css
<style>
span { border-color: #FDC740; }
span { border-color: rgb(253,199,64); }
td.TdClassName
{
border-color: #FDC740;
}
.TagClassName
{
border-color: #FDC740;
}
</style>