Shades of Golden Tainoi #F8BC50
Tints of Golden Tainoi #F8BC50
RGB
CMYK
RGB Variations
Color information
#F8BC50 (or 0xF8BC50) is known color: Golden Tainoi. HEX triplet: F8, BC and 50. RGB value is (248,188,80). Sum of RGB (Red+Green+Blue) = 248+188+80=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 80 (31.64% from 255 or 15.50% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BC50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8BC50 is #0743AF. Grayscale: #C2C2C2. Windows color (decimal): -476080 or 5291256. OLE color: 5291256.
HSL color Cylindrical-coordinate representation of color #F8BC50: hue angle of 38.57º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F8BC50 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 188 | 80 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.03 |
| HSL | 38.57º | 0.92% | 0.64% | - |
| HSV(B) | 38.57º | 0.68% | 0.97% | - |
| XYZ | 58.14 | 56.5 | 15.43 | - |
| YUV | 193.63 | 63.88 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 188 | 80 | 0 | 0.24 | 0.68 | 0.03 | 38.57 | 0.92 | 0.64 |
| Hex | F8 | BC | 50 | 0 | 18 | 44 | 3 | 27 | 5C | 40 |
| Octal | 370 | 274 | 120 | 0 | 30 | 104 | 3 | 47 | 134 | 100 |
| Binary | 11111000 | 10111100 | 1010000 | 0 | 11000 | 1000100 | 11 | 100111 | 1011100 | 1000000 |
Color Harmonies of #F8BC50
Complementary color
Monochromatic Colors of #F8BC50
Black with #F8BC50
Text Example
Text Example
White with #F8BC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BC50; }
p { color: rgb(248,188,80); }
H1.HeaderClassName
{
color: #F8BC50;
}
.AnyTagClassName
{
color: #F8BC50;
}
</style>
background-color css
<style>
a { background-color: #F8BC50; }
a { background-color: rgb(248,188,80); }
div.DivClassName
{
background-color: #F8BC50;
}
.BgClassName
{
background-color: #F8BC50;
}
</style>
border-color css
<style>
span { border-color: #F8BC50; }
span { border-color: rgb(248,188,80); }
td.TdClassName
{
border-color: #F8BC50;
}
.TagClassName
{
border-color: #F8BC50;
}
</style>