Shades of Sunglow #FDC63B
Tints of Sunglow #FDC63B
RGB
CMYK
RGB Variations
Color information
#FDC63B (or 0xFDC63B) is known color: Sunglow. HEX triplet: FD, C6 and 3B. RGB value is (253,198,59). Sum of RGB (Red+Green+Blue) = 253+198+59=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 198 (77.73% from 255 or 38.82% from 510); Blue value is 59 (23.44% from 255 or 11.57% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC63B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC63B is #0239C4. Grayscale: #C7C7C7. Windows color (decimal): -145861 or 3917565. OLE color: 3917565.
HSL color Cylindrical-coordinate representation of color #FDC63B: hue angle of 42.99º 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 #FDC63B is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 59 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.01 |
| HSL | 42.99º | 0.98% | 0.61% | - |
| HSV(B) | 42.99º | 0.77% | 0.99% | - |
| XYZ | 61.49 | 61.59 | 12.78 | - |
| YUV | 198.6 | 49.22 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 59 | 0 | 0.22 | 0.77 | 0.01 | 42.99 | 0.98 | 0.61 |
| Hex | FD | C6 | 3B | 0 | 16 | 4D | 1 | 2B | 62 | 3D |
| Octal | 375 | 306 | 73 | 0 | 26 | 115 | 1 | 53 | 142 | 75 |
| Binary | 11111101 | 11000110 | 111011 | 0 | 10110 | 1001101 | 1 | 101011 | 1100010 | 111101 |
Color Harmonies of #FDC63B
Complementary color
Monochromatic Colors of #FDC63B
Black with #FDC63B
Text Example
Text Example
White with #FDC63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC63B; }
p { color: rgb(253,198,59); }
H1.HeaderClassName
{
color: #FDC63B;
}
.AnyTagClassName
{
color: #FDC63B;
}
</style>
background-color css
<style>
a { background-color: #FDC63B; }
a { background-color: rgb(253,198,59); }
div.DivClassName
{
background-color: #FDC63B;
}
.BgClassName
{
background-color: #FDC63B;
}
</style>
border-color css
<style>
span { border-color: #FDC63B; }
span { border-color: rgb(253,198,59); }
td.TdClassName
{
border-color: #FDC63B;
}
.TagClassName
{
border-color: #FDC63B;
}
</style>