Shades of Golden Tainoi #F8BC44
Tints of Golden Tainoi #F8BC44
RGB
CMYK
RGB Variations
Color information
#F8BC44 (or 0xF8BC44) is known color: Golden Tainoi. HEX triplet: F8, BC and 44. RGB value is (248,188,68). Sum of RGB (Red+Green+Blue) = 248+188+68=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 68 (26.95% from 255 or 13.49% from 504); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BC44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8BC44 is #0743BB. Grayscale: #C0C0C0. Windows color (decimal): -476092 or 4504824. OLE color: 4504824.
HSL color Cylindrical-coordinate representation of color #F8BC44: hue angle of 40º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F8BC44 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 188 | 68 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.03 |
| HSL | 40º | 0.93% | 0.62% | - |
| HSV(B) | 40º | 0.73% | 0.97% | - |
| XYZ | 57.74 | 56.34 | 13.3 | - |
| YUV | 192.26 | 57.88 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 188 | 68 | 0 | 0.24 | 0.73 | 0.03 | 40 | 0.93 | 0.62 |
| Hex | F8 | BC | 44 | 0 | 18 | 49 | 3 | 28 | 5D | 3E |
| Octal | 370 | 274 | 104 | 0 | 30 | 111 | 3 | 50 | 135 | 76 |
| Binary | 11111000 | 10111100 | 1000100 | 0 | 11000 | 1001001 | 11 | 101000 | 1011101 | 111110 |
Color Harmonies of #F8BC44
Complementary color
Monochromatic Colors of #F8BC44
Black with #F8BC44
Text Example
Text Example
White with #F8BC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BC44; }
p { color: rgb(248,188,68); }
H1.HeaderClassName
{
color: #F8BC44;
}
.AnyTagClassName
{
color: #F8BC44;
}
</style>
background-color css
<style>
a { background-color: #F8BC44; }
a { background-color: rgb(248,188,68); }
div.DivClassName
{
background-color: #F8BC44;
}
.BgClassName
{
background-color: #F8BC44;
}
</style>
border-color css
<style>
span { border-color: #F8BC44; }
span { border-color: rgb(248,188,68); }
td.TdClassName
{
border-color: #F8BC44;
}
.TagClassName
{
border-color: #F8BC44;
}
</style>