Shades of Sunglow #FDC93E
Tints of Sunglow #FDC93E
RGB
CMYK
RGB Variations
Color information
#FDC93E (or 0xFDC93E) is known color: Sunglow. HEX triplet: FD, C9 and 3E. RGB value is (253,201,62). Sum of RGB (Red+Green+Blue) = 253+201+62=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 62 (24.61% from 255 or 12.02% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC93E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC93E is #0236C1. Grayscale: #C9C9C9. Windows color (decimal): -145090 or 4114941. OLE color: 4114941.
HSL color Cylindrical-coordinate representation of color #FDC93E: hue angle of 43.66º 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 #FDC93E is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 62 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.01 |
| HSL | 43.66º | 0.98% | 0.62% | - |
| HSV(B) | 43.66º | 0.75% | 0.99% | - |
| XYZ | 62.26 | 63 | 13.44 | - |
| YUV | 200.7 | 49.73 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 62 | 0 | 0.21 | 0.75 | 0.01 | 43.66 | 0.98 | 0.62 |
| Hex | FD | C9 | 3E | 0 | 15 | 4B | 1 | 2C | 62 | 3E |
| Octal | 375 | 311 | 76 | 0 | 25 | 113 | 1 | 54 | 142 | 76 |
| Binary | 11111101 | 11001001 | 111110 | 0 | 10101 | 1001011 | 1 | 101100 | 1100010 | 111110 |
Color Harmonies of #FDC93E
Complementary color
Monochromatic Colors of #FDC93E
Black with #FDC93E
Text Example
Text Example
White with #FDC93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC93E; }
p { color: rgb(253,201,62); }
H1.HeaderClassName
{
color: #FDC93E;
}
.AnyTagClassName
{
color: #FDC93E;
}
</style>
background-color css
<style>
a { background-color: #FDC93E; }
a { background-color: rgb(253,201,62); }
div.DivClassName
{
background-color: #FDC93E;
}
.BgClassName
{
background-color: #FDC93E;
}
</style>
border-color css
<style>
span { border-color: #FDC93E; }
span { border-color: rgb(253,201,62); }
td.TdClassName
{
border-color: #FDC93E;
}
.TagClassName
{
border-color: #FDC93E;
}
</style>