Shades of Sunglow #FED63B
Tints of Sunglow #FED63B
RGB
CMYK
RGB Variations
Color information
#FED63B (or 0xFED63B) is known color: Sunglow. HEX triplet: FE, D6 and 3B. RGB value is (254,214,59). Sum of RGB (Red+Green+Blue) = 254+214+59=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 59 (23.44% from 255 or 11.20% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FED63B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED63B is #0129C4. Grayscale: #D0D0D0. Windows color (decimal): -76229 or 3921662. OLE color: 3921662.
HSL color Cylindrical-coordinate representation of color #FED63B: hue angle of 47.69º 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 #FED63B is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 59 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.00 |
| HSL | 47.69º | 0.99% | 0.61% | - |
| HSV(B) | 47.69º | 0.77% | 1% | - |
| XYZ | 65.71 | 69.48 | 14.09 | - |
| YUV | 208.29 | 43.75 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 59 | 0 | 0.16 | 0.77 | 0.00 | 47.69 | 0.99 | 0.61 |
| Hex | FE | D6 | 3B | 0 | 10 | 4D | 0 | 30 | 63 | 3D |
| Octal | 376 | 326 | 73 | 0 | 20 | 115 | 0 | 60 | 143 | 75 |
| Binary | 11111110 | 11010110 | 111011 | 0 | 10000 | 1001101 | 0 | 110000 | 1100011 | 111101 |
Color Harmonies of #FED63B
Complementary color
Monochromatic Colors of #FED63B
Black with #FED63B
Text Example
Text Example
White with #FED63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED63B; }
p { color: rgb(254,214,59); }
H1.HeaderClassName
{
color: #FED63B;
}
.AnyTagClassName
{
color: #FED63B;
}
</style>
background-color css
<style>
a { background-color: #FED63B; }
a { background-color: rgb(254,214,59); }
div.DivClassName
{
background-color: #FED63B;
}
.BgClassName
{
background-color: #FED63B;
}
</style>
border-color css
<style>
span { border-color: #FED63B; }
span { border-color: rgb(254,214,59); }
td.TdClassName
{
border-color: #FED63B;
}
.TagClassName
{
border-color: #FED63B;
}
</style>