Shades of Sunglow #FDC63C
Tints of Sunglow #FDC63C
RGB
CMYK
RGB Variations
Color information
#FDC63C (or 0xFDC63C) is known color: Sunglow. HEX triplet: FD, C6 and 3C. RGB value is (253,198,60). Sum of RGB (Red+Green+Blue) = 253+198+60=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 60 (23.83% from 255 or 11.74% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC63C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC63C is #0239C3. Grayscale: #C7C7C7. Windows color (decimal): -145860 or 3983101. OLE color: 3983101.
HSL color Cylindrical-coordinate representation of color #FDC63C: hue angle of 42.9º 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 #FDC63C is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 60 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.01 |
| HSL | 42.9º | 0.98% | 0.61% | - |
| HSV(B) | 42.9º | 0.76% | 0.99% | - |
| XYZ | 61.52 | 61.6 | 12.92 | - |
| YUV | 198.71 | 49.72 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 60 | 0 | 0.22 | 0.76 | 0.01 | 42.9 | 0.98 | 0.61 |
| Hex | FD | C6 | 3C | 0 | 16 | 4C | 1 | 2B | 62 | 3D |
| Octal | 375 | 306 | 74 | 0 | 26 | 114 | 1 | 53 | 142 | 75 |
| Binary | 11111101 | 11000110 | 111100 | 0 | 10110 | 1001100 | 1 | 101011 | 1100010 | 111101 |
Color Harmonies of #FDC63C
Complementary color
Monochromatic Colors of #FDC63C
Black with #FDC63C
Text Example
Text Example
White with #FDC63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC63C; }
p { color: rgb(253,198,60); }
H1.HeaderClassName
{
color: #FDC63C;
}
.AnyTagClassName
{
color: #FDC63C;
}
</style>
background-color css
<style>
a { background-color: #FDC63C; }
a { background-color: rgb(253,198,60); }
div.DivClassName
{
background-color: #FDC63C;
}
.BgClassName
{
background-color: #FDC63C;
}
</style>
border-color css
<style>
span { border-color: #FDC63C; }
span { border-color: rgb(253,198,60); }
td.TdClassName
{
border-color: #FDC63C;
}
.TagClassName
{
border-color: #FDC63C;
}
</style>