Shades of Golden Tainoi #FEC54B
Tints of Golden Tainoi #FEC54B
RGB
CMYK
RGB Variations
Color information
#FEC54B (or 0xFEC54B) is known color: Golden Tainoi. HEX triplet: FE, C5 and 4B. RGB value is (254,197,75). Sum of RGB (Red+Green+Blue) = 254+197+75=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 75 (29.69% from 255 or 14.26% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC54B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC54B is #013AB4. Grayscale: #C8C8C8. Windows color (decimal): -80565 or 4965886. OLE color: 4965886.
HSL color Cylindrical-coordinate representation of color #FEC54B: hue angle of 40.89º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEC54B is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 197 | 75 | - |
CMYK | 0 | 0.22 | 0.70 | 0.00 |
HSL | 40.89º | 0.99% | 0.65% | - |
HSV(B) | 40.89º | 0.7% | 1% | - |
XYZ | 62.11 | 61.51 | 15.26 | - |
YUV | 200.14 | 57.38 | 166.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 197 | 75 | 0 | 0.22 | 0.70 | 0.00 | 40.89 | 0.99 | 0.65 |
Hex | FE | C5 | 4B | 0 | 16 | 46 | 0 | 29 | 63 | 41 |
Octal | 376 | 305 | 113 | 0 | 26 | 106 | 0 | 51 | 143 | 101 |
Binary | 11111110 | 11000101 | 1001011 | 0 | 10110 | 1000110 | 0 | 101001 | 1100011 | 1000001 |
Color Harmonies of #FEC54B
Complementary color
Monochromatic Colors of #FEC54B
Black with #FEC54B
Text Example
Text Example
White with #FEC54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC54B; }
p { color: rgb(254,197,75); }
H1.HeaderClassName
{
color: #FEC54B;
}
.AnyTagClassName
{
color: #FEC54B;
}
</style>
background-color css
<style>
a { background-color: #FEC54B; }
a { background-color: rgb(254,197,75); }
div.DivClassName
{
background-color: #FEC54B;
}
.BgClassName
{
background-color: #FEC54B;
}
</style>
border-color css
<style>
span { border-color: #FEC54B; }
span { border-color: rgb(254,197,75); }
td.TdClassName
{
border-color: #FEC54B;
}
.TagClassName
{
border-color: #FEC54B;
}
</style>