Shades of Golden Tainoi #FEBF51
Tints of Golden Tainoi #FEBF51
RGB
CMYK
RGB Variations
Color information
#FEBF51 (or 0xFEBF51) is known color: Golden Tainoi. HEX triplet: FE, BF and 51. RGB value is (254,191,81). Sum of RGB (Red+Green+Blue) = 254+191+81=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 81 (32.03% from 255 or 15.40% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBF51 is #0140AE. Grayscale: #C5C5C5. Windows color (decimal): -82095 or 5357566. OLE color: 5357566.
HSL color Cylindrical-coordinate representation of color #FEBF51: hue angle of 38.15º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FEBF51 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 191 | 81 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.00 |
| HSL | 38.15º | 0.99% | 0.66% | - |
| HSV(B) | 38.15º | 0.68% | 1% | - |
| XYZ | 60.99 | 58.93 | 15.94 | - |
| YUV | 197.3 | 62.37 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 191 | 81 | 0 | 0.25 | 0.68 | 0.00 | 38.15 | 0.99 | 0.66 |
| Hex | FE | BF | 51 | 0 | 19 | 44 | 0 | 26 | 63 | 42 |
| Octal | 376 | 277 | 121 | 0 | 31 | 104 | 0 | 46 | 143 | 102 |
| Binary | 11111110 | 10111111 | 1010001 | 0 | 11001 | 1000100 | 0 | 100110 | 1100011 | 1000010 |
Color Harmonies of #FEBF51
Complementary color
Monochromatic Colors of #FEBF51
Black with #FEBF51
Text Example
Text Example
White with #FEBF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBF51; }
p { color: rgb(254,191,81); }
H1.HeaderClassName
{
color: #FEBF51;
}
.AnyTagClassName
{
color: #FEBF51;
}
</style>
background-color css
<style>
a { background-color: #FEBF51; }
a { background-color: rgb(254,191,81); }
div.DivClassName
{
background-color: #FEBF51;
}
.BgClassName
{
background-color: #FEBF51;
}
</style>
border-color css
<style>
span { border-color: #FEBF51; }
span { border-color: rgb(254,191,81); }
td.TdClassName
{
border-color: #FEBF51;
}
.TagClassName
{
border-color: #FEBF51;
}
</style>