Shades of Golden Tainoi #FEBF5D
Tints of Golden Tainoi #FEBF5D
RGB
CMYK
RGB Variations
Color information
#FEBF5D (or 0xFEBF5D) is known color: Golden Tainoi. HEX triplet: FE, BF and 5D. RGB value is (254,191,93). Sum of RGB (Red+Green+Blue) = 254+191+93=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 93 (36.72% from 255 or 17.29% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBF5D is #0140A2. Grayscale: #C7C7C7. Windows color (decimal): -82083 or 6143998. OLE color: 6143998.
HSL color Cylindrical-coordinate representation of color #FEBF5D: hue angle of 36.52º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FEBF5D is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 191 | 93 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.00 |
| HSL | 36.52º | 0.99% | 0.68% | - |
| HSV(B) | 36.52º | 0.63% | 1% | - |
| XYZ | 61.48 | 59.12 | 18.53 | - |
| YUV | 198.67 | 68.37 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 191 | 93 | 0 | 0.25 | 0.63 | 0.00 | 36.52 | 0.99 | 0.68 |
| Hex | FE | BF | 5D | 0 | 19 | 3F | 0 | 25 | 63 | 44 |
| Octal | 376 | 277 | 135 | 0 | 31 | 77 | 0 | 45 | 143 | 104 |
| Binary | 11111110 | 10111111 | 1011101 | 0 | 11001 | 111111 | 0 | 100101 | 1100011 | 1000100 |
Color Harmonies of #FEBF5D
Complementary color
Monochromatic Colors of #FEBF5D
Black with #FEBF5D
Text Example
Text Example
White with #FEBF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBF5D; }
p { color: rgb(254,191,93); }
H1.HeaderClassName
{
color: #FEBF5D;
}
.AnyTagClassName
{
color: #FEBF5D;
}
</style>
background-color css
<style>
a { background-color: #FEBF5D; }
a { background-color: rgb(254,191,93); }
div.DivClassName
{
background-color: #FEBF5D;
}
.BgClassName
{
background-color: #FEBF5D;
}
</style>
border-color css
<style>
span { border-color: #FEBF5D; }
span { border-color: rgb(254,191,93); }
td.TdClassName
{
border-color: #FEBF5D;
}
.TagClassName
{
border-color: #FEBF5D;
}
</style>