Shades of Sunglow #FDC93C
Tints of Sunglow #FDC93C
RGB
CMYK
RGB Variations
Color information
#FDC93C (or 0xFDC93C) is known color: Sunglow. HEX triplet: FD, C9 and 3C. RGB value is (253,201,60). Sum of RGB (Red+Green+Blue) = 253+201+60=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 60 (23.83% from 255 or 11.67% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC93C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC93C is #0236C3. Grayscale: #C9C9C9. Windows color (decimal): -145092 or 3983869. OLE color: 3983869.
HSL color Cylindrical-coordinate representation of color #FDC93C: hue angle of 43.83º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDC93C is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 60 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.01 |
| HSL | 43.83º | 0.98% | 0.61% | - |
| HSV(B) | 43.83º | 0.76% | 0.99% | - |
| XYZ | 62.21 | 62.98 | 13.15 | - |
| YUV | 200.47 | 48.73 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 60 | 0 | 0.21 | 0.76 | 0.01 | 43.83 | 0.98 | 0.61 |
| Hex | FD | C9 | 3C | 0 | 15 | 4C | 1 | 2C | 62 | 3D |
| Octal | 375 | 311 | 74 | 0 | 25 | 114 | 1 | 54 | 142 | 75 |
| Binary | 11111101 | 11001001 | 111100 | 0 | 10101 | 1001100 | 1 | 101100 | 1100010 | 111101 |
Color Harmonies of #FDC93C
Complementary color
Monochromatic Colors of #FDC93C
Black with #FDC93C
Text Example
Text Example
White with #FDC93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC93C; }
p { color: rgb(253,201,60); }
H1.HeaderClassName
{
color: #FDC93C;
}
.AnyTagClassName
{
color: #FDC93C;
}
</style>
background-color css
<style>
a { background-color: #FDC93C; }
a { background-color: rgb(253,201,60); }
div.DivClassName
{
background-color: #FDC93C;
}
.BgClassName
{
background-color: #FDC93C;
}
</style>
border-color css
<style>
span { border-color: #FDC93C; }
span { border-color: rgb(253,201,60); }
td.TdClassName
{
border-color: #FDC93C;
}
.TagClassName
{
border-color: #FDC93C;
}
</style>