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