Shades of Sunglow #FED63A
Tints of Sunglow #FED63A
RGB
CMYK
RGB Variations
Color information
#FED63A (or 0xFED63A) is known color: Sunglow. HEX triplet: FE, D6 and 3A. RGB value is (254,214,58). Sum of RGB (Red+Green+Blue) = 254+214+58=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 58 (23.05% from 255 or 11.03% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FED63A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED63A is #0129C5. Grayscale: #D0D0D0. Windows color (decimal): -76230 or 3856126. OLE color: 3856126.
HSL color Cylindrical-coordinate representation of color #FED63A: hue angle of 47.76º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FED63A is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 58 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.00 |
| HSL | 47.76º | 0.99% | 0.61% | - |
| HSV(B) | 47.76º | 0.77% | 1% | - |
| XYZ | 65.68 | 69.47 | 13.95 | - |
| YUV | 208.18 | 43.25 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 58 | 0 | 0.16 | 0.77 | 0.00 | 47.76 | 0.99 | 0.61 |
| Hex | FE | D6 | 3A | 0 | 10 | 4D | 0 | 30 | 63 | 3D |
| Octal | 376 | 326 | 72 | 0 | 20 | 115 | 0 | 60 | 143 | 75 |
| Binary | 11111110 | 11010110 | 111010 | 0 | 10000 | 1001101 | 0 | 110000 | 1100011 | 111101 |
Color Harmonies of #FED63A
Complementary color
Monochromatic Colors of #FED63A
Black with #FED63A
Text Example
Text Example
White with #FED63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED63A; }
p { color: rgb(254,214,58); }
H1.HeaderClassName
{
color: #FED63A;
}
.AnyTagClassName
{
color: #FED63A;
}
</style>
background-color css
<style>
a { background-color: #FED63A; }
a { background-color: rgb(254,214,58); }
div.DivClassName
{
background-color: #FED63A;
}
.BgClassName
{
background-color: #FED63A;
}
</style>
border-color css
<style>
span { border-color: #FED63A; }
span { border-color: rgb(254,214,58); }
td.TdClassName
{
border-color: #FED63A;
}
.TagClassName
{
border-color: #FED63A;
}
</style>