Shades of Golden Tainoi #FEBF5C
Tints of Golden Tainoi #FEBF5C
RGB
CMYK
RGB Variations
Color information
#FEBF5C (or 0xFEBF5C) is known color: Golden Tainoi. HEX triplet: FE, BF and 5C. RGB value is (254,191,92). Sum of RGB (Red+Green+Blue) = 254+191+92=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 92 (36.33% from 255 or 17.13% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBF5C is #0140A3. Grayscale: #C7C7C7. Windows color (decimal): -82084 or 6078462. OLE color: 6078462.
HSL color Cylindrical-coordinate representation of color #FEBF5C: hue angle of 36.67º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FEBF5C is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 191 | 92 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.00 |
| HSL | 36.67º | 0.99% | 0.68% | - |
| HSV(B) | 36.67º | 0.64% | 1% | - |
| XYZ | 61.44 | 59.11 | 18.3 | - |
| YUV | 198.55 | 67.87 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 191 | 92 | 0 | 0.25 | 0.64 | 0.00 | 36.67 | 0.99 | 0.68 |
| Hex | FE | BF | 5C | 0 | 19 | 40 | 0 | 25 | 63 | 44 |
| Octal | 376 | 277 | 134 | 0 | 31 | 100 | 0 | 45 | 143 | 104 |
| Binary | 11111110 | 10111111 | 1011100 | 0 | 11001 | 1000000 | 0 | 100101 | 1100011 | 1000100 |
Color Harmonies of #FEBF5C
Complementary color
Monochromatic Colors of #FEBF5C
Black with #FEBF5C
Text Example
Text Example
White with #FEBF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBF5C; }
p { color: rgb(254,191,92); }
H1.HeaderClassName
{
color: #FEBF5C;
}
.AnyTagClassName
{
color: #FEBF5C;
}
</style>
background-color css
<style>
a { background-color: #FEBF5C; }
a { background-color: rgb(254,191,92); }
div.DivClassName
{
background-color: #FEBF5C;
}
.BgClassName
{
background-color: #FEBF5C;
}
</style>
border-color css
<style>
span { border-color: #FEBF5C; }
span { border-color: rgb(254,191,92); }
td.TdClassName
{
border-color: #FEBF5C;
}
.TagClassName
{
border-color: #FEBF5C;
}
</style>