Shades of Sunglow #FDC63A
Tints of Sunglow #FDC63A
RGB
CMYK
RGB Variations
Color information
#FDC63A (or 0xFDC63A) is known color: Sunglow. HEX triplet: FD, C6 and 3A. RGB value is (253,198,58). Sum of RGB (Red+Green+Blue) = 253+198+58=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 58 (23.05% from 255 or 11.39% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC63A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC63A is #0239C5. Grayscale: #C7C7C7. Windows color (decimal): -145862 or 3852029. OLE color: 3852029.
HSL color Cylindrical-coordinate representation of color #FDC63A: hue angle of 43.08º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FDC63A is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 58 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.01 |
| HSL | 43.08º | 0.98% | 0.61% | - |
| HSV(B) | 43.08º | 0.77% | 0.99% | - |
| XYZ | 61.47 | 61.58 | 12.65 | - |
| YUV | 198.49 | 48.72 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 58 | 0 | 0.22 | 0.77 | 0.01 | 43.08 | 0.98 | 0.61 |
| Hex | FD | C6 | 3A | 0 | 16 | 4D | 1 | 2B | 62 | 3D |
| Octal | 375 | 306 | 72 | 0 | 26 | 115 | 1 | 53 | 142 | 75 |
| Binary | 11111101 | 11000110 | 111010 | 0 | 10110 | 1001101 | 1 | 101011 | 1100010 | 111101 |
Color Harmonies of #FDC63A
Complementary color
Monochromatic Colors of #FDC63A
Black with #FDC63A
Text Example
Text Example
White with #FDC63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC63A; }
p { color: rgb(253,198,58); }
H1.HeaderClassName
{
color: #FDC63A;
}
.AnyTagClassName
{
color: #FDC63A;
}
</style>
background-color css
<style>
a { background-color: #FDC63A; }
a { background-color: rgb(253,198,58); }
div.DivClassName
{
background-color: #FDC63A;
}
.BgClassName
{
background-color: #FDC63A;
}
</style>
border-color css
<style>
span { border-color: #FDC63A; }
span { border-color: rgb(253,198,58); }
td.TdClassName
{
border-color: #FDC63A;
}
.TagClassName
{
border-color: #FDC63A;
}
</style>