Shades of Golden Tainoi #FEC950
Tints of Golden Tainoi #FEC950
RGB
CMYK
RGB Variations
Color information
#FEC950 (or 0xFEC950) is known color: Golden Tainoi. HEX triplet: FE, C9 and 50. RGB value is (254,201,80). Sum of RGB (Red+Green+Blue) = 254+201+80=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 80 (31.64% from 255 or 14.95% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC950 is #0136AF. Grayscale: #CBCBCB. Windows color (decimal): -79536 or 5294590. OLE color: 5294590.
HSL color Cylindrical-coordinate representation of color #FEC950: hue angle of 41.72º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEC950 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 80 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.00 |
| HSL | 41.72º | 0.99% | 0.65% | - |
| HSV(B) | 41.72º | 0.69% | 1% | - |
| XYZ | 63.21 | 63.42 | 16.5 | - |
| YUV | 203.05 | 58.56 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 80 | 0 | 0.21 | 0.69 | 0.00 | 41.72 | 0.99 | 0.65 |
| Hex | FE | C9 | 50 | 0 | 15 | 45 | 0 | 2A | 63 | 41 |
| Octal | 376 | 311 | 120 | 0 | 25 | 105 | 0 | 52 | 143 | 101 |
| Binary | 11111110 | 11001001 | 1010000 | 0 | 10101 | 1000101 | 0 | 101010 | 1100011 | 1000001 |
Color Harmonies of #FEC950
Complementary color
Monochromatic Colors of #FEC950
Black with #FEC950
Text Example
Text Example
White with #FEC950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC950; }
p { color: rgb(254,201,80); }
H1.HeaderClassName
{
color: #FEC950;
}
.AnyTagClassName
{
color: #FEC950;
}
</style>
background-color css
<style>
a { background-color: #FEC950; }
a { background-color: rgb(254,201,80); }
div.DivClassName
{
background-color: #FEC950;
}
.BgClassName
{
background-color: #FEC950;
}
</style>
border-color css
<style>
span { border-color: #FEC950; }
span { border-color: rgb(254,201,80); }
td.TdClassName
{
border-color: #FEC950;
}
.TagClassName
{
border-color: #FEC950;
}
</style>