Shades of Golden Tainoi #FEC250
Tints of Golden Tainoi #FEC250
RGB
CMYK
RGB Variations
Color information
#FEC250 (or 0xFEC250) is known color: Golden Tainoi. HEX triplet: FE, C2 and 50. RGB value is (254,194,80). Sum of RGB (Red+Green+Blue) = 254+194+80=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 80 (31.64% from 255 or 15.15% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC250 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC250 is #013DAF. Grayscale: #C7C7C7. Windows color (decimal): -81328 or 5292798. OLE color: 5292798.
HSL color Cylindrical-coordinate representation of color #FEC250: hue angle of 39.31º 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 #FEC250 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 80 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.00 |
| HSL | 39.31º | 0.99% | 0.65% | - |
| HSV(B) | 39.31º | 0.69% | 1% | - |
| XYZ | 61.61 | 60.23 | 15.97 | - |
| YUV | 198.94 | 60.88 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 80 | 0 | 0.24 | 0.69 | 0.00 | 39.31 | 0.99 | 0.65 |
| Hex | FE | C2 | 50 | 0 | 18 | 45 | 0 | 27 | 63 | 41 |
| Octal | 376 | 302 | 120 | 0 | 30 | 105 | 0 | 47 | 143 | 101 |
| Binary | 11111110 | 11000010 | 1010000 | 0 | 11000 | 1000101 | 0 | 100111 | 1100011 | 1000001 |
Color Harmonies of #FEC250
Complementary color
Monochromatic Colors of #FEC250
Black with #FEC250
Text Example
Text Example
White with #FEC250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC250; }
p { color: rgb(254,194,80); }
H1.HeaderClassName
{
color: #FEC250;
}
.AnyTagClassName
{
color: #FEC250;
}
</style>
background-color css
<style>
a { background-color: #FEC250; }
a { background-color: rgb(254,194,80); }
div.DivClassName
{
background-color: #FEC250;
}
.BgClassName
{
background-color: #FEC250;
}
</style>
border-color css
<style>
span { border-color: #FEC250; }
span { border-color: rgb(254,194,80); }
td.TdClassName
{
border-color: #FEC250;
}
.TagClassName
{
border-color: #FEC250;
}
</style>