Shades of Sunglow #FFD63E
Tints of Sunglow #FFD63E
RGB
CMYK
RGB Variations
Color information
#FFD63E (or 0xFFD63E) is known color: Sunglow. HEX triplet: FF, D6 and 3E. RGB value is (255,214,62). Sum of RGB (Red+Green+Blue) = 255+214+62=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 62 (24.61% from 255 or 11.68% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD63E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD63E is #0029C1. Grayscale: #D1D1D1. Windows color (decimal): -10690 or 4118271. OLE color: 4118271.
HSL color Cylindrical-coordinate representation of color #FFD63E: hue angle of 47.25º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFD63E is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 62 | - |
| CMYK | 0 | 0.16 | 0.76 | 0 |
| HSL | 47.25º | 1% | 0.62% | - |
| HSV(B) | 47.25º | 0.76% | 1% | - |
| XYZ | 66.16 | 69.7 | 14.52 | - |
| YUV | 208.93 | 45.08 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 62 | 0 | 0.16 | 0.76 | 0 | 47.25 | 1 | 0.62 |
| Hex | FF | D6 | 3E | 0 | 10 | 4C | 0 | 2F | 64 | 3E |
| Octal | 377 | 326 | 76 | 0 | 20 | 114 | 0 | 57 | 144 | 76 |
| Binary | 11111111 | 11010110 | 111110 | 0 | 10000 | 1001100 | 0 | 101111 | 1100100 | 111110 |
Color Harmonies of #FFD63E
Complementary color
Monochromatic Colors of #FFD63E
Black with #FFD63E
Text Example
Text Example
White with #FFD63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD63E; }
p { color: rgb(255,214,62); }
H1.HeaderClassName
{
color: #FFD63E;
}
.AnyTagClassName
{
color: #FFD63E;
}
</style>
background-color css
<style>
a { background-color: #FFD63E; }
a { background-color: rgb(255,214,62); }
div.DivClassName
{
background-color: #FFD63E;
}
.BgClassName
{
background-color: #FFD63E;
}
</style>
border-color css
<style>
span { border-color: #FFD63E; }
span { border-color: rgb(255,214,62); }
td.TdClassName
{
border-color: #FFD63E;
}
.TagClassName
{
border-color: #FFD63E;
}
</style>