Shades of Golden Tainoi #FEBF4C
Tints of Golden Tainoi #FEBF4C
RGB
CMYK
RGB Variations
Color information
#FEBF4C (or 0xFEBF4C) is known color: Golden Tainoi. HEX triplet: FE, BF and 4C. RGB value is (254,191,76). Sum of RGB (Red+Green+Blue) = 254+191+76=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 76 (30.08% from 255 or 14.59% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBF4C is #0140B3. Grayscale: #C5C5C5. Windows color (decimal): -82100 or 5029886. OLE color: 5029886.
HSL color Cylindrical-coordinate representation of color #FEBF4C: hue angle of 38.76º 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 #FEBF4C is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 191 | 76 | - |
| CMYK | 0 | 0.25 | 0.70 | 0.00 |
| HSL | 38.76º | 0.99% | 0.65% | - |
| HSV(B) | 38.76º | 0.7% | 1% | - |
| XYZ | 60.81 | 58.85 | 14.99 | - |
| YUV | 196.73 | 59.87 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 191 | 76 | 0 | 0.25 | 0.70 | 0.00 | 38.76 | 0.99 | 0.65 |
| Hex | FE | BF | 4C | 0 | 19 | 46 | 0 | 27 | 63 | 41 |
| Octal | 376 | 277 | 114 | 0 | 31 | 106 | 0 | 47 | 143 | 101 |
| Binary | 11111110 | 10111111 | 1001100 | 0 | 11001 | 1000110 | 0 | 100111 | 1100011 | 1000001 |
Color Harmonies of #FEBF4C
Complementary color
Monochromatic Colors of #FEBF4C
Black with #FEBF4C
Text Example
Text Example
White with #FEBF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBF4C; }
p { color: rgb(254,191,76); }
H1.HeaderClassName
{
color: #FEBF4C;
}
.AnyTagClassName
{
color: #FEBF4C;
}
</style>
background-color css
<style>
a { background-color: #FEBF4C; }
a { background-color: rgb(254,191,76); }
div.DivClassName
{
background-color: #FEBF4C;
}
.BgClassName
{
background-color: #FEBF4C;
}
</style>
border-color css
<style>
span { border-color: #FEBF4C; }
span { border-color: rgb(254,191,76); }
td.TdClassName
{
border-color: #FEBF4C;
}
.TagClassName
{
border-color: #FEBF4C;
}
</style>