Shades of Sunglow #FDC63D
Tints of Sunglow #FDC63D
RGB
CMYK
RGB Variations
Color information
#FDC63D (or 0xFDC63D) is known color: Sunglow. HEX triplet: FD, C6 and 3D. RGB value is (253,198,61). Sum of RGB (Red+Green+Blue) = 253+198+61=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 61 (24.22% from 255 or 11.91% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC63D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC63D is #0239C2. Grayscale: #C7C7C7. Windows color (decimal): -145859 or 4048637. OLE color: 4048637.
HSL color Cylindrical-coordinate representation of color #FDC63D: hue angle of 42.81º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDC63D is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 61 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.01 |
| HSL | 42.81º | 0.98% | 0.62% | - |
| HSV(B) | 42.81º | 0.76% | 0.99% | - |
| XYZ | 61.54 | 61.61 | 13.06 | - |
| YUV | 198.83 | 50.22 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 61 | 0 | 0.22 | 0.76 | 0.01 | 42.81 | 0.98 | 0.62 |
| Hex | FD | C6 | 3D | 0 | 16 | 4C | 1 | 2B | 62 | 3E |
| Octal | 375 | 306 | 75 | 0 | 26 | 114 | 1 | 53 | 142 | 76 |
| Binary | 11111101 | 11000110 | 111101 | 0 | 10110 | 1001100 | 1 | 101011 | 1100010 | 111110 |
Color Harmonies of #FDC63D
Complementary color
Monochromatic Colors of #FDC63D
Black with #FDC63D
Text Example
Text Example
White with #FDC63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC63D; }
p { color: rgb(253,198,61); }
H1.HeaderClassName
{
color: #FDC63D;
}
.AnyTagClassName
{
color: #FDC63D;
}
</style>
background-color css
<style>
a { background-color: #FDC63D; }
a { background-color: rgb(253,198,61); }
div.DivClassName
{
background-color: #FDC63D;
}
.BgClassName
{
background-color: #FDC63D;
}
</style>
border-color css
<style>
span { border-color: #FDC63D; }
span { border-color: rgb(253,198,61); }
td.TdClassName
{
border-color: #FDC63D;
}
.TagClassName
{
border-color: #FDC63D;
}
</style>