Shades of Golden Tainoi #F8BF43
Tints of Golden Tainoi #F8BF43
RGB
CMYK
RGB Variations
Color information
#F8BF43 (or 0xF8BF43) is known color: Golden Tainoi. HEX triplet: F8, BF and 43. RGB value is (248,191,67). Sum of RGB (Red+Green+Blue) = 248+191+67=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 67 (26.56% from 255 or 13.24% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BF43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8BF43 is #0740BC. Grayscale: #C2C2C2. Windows color (decimal): -475325 or 4440056. OLE color: 4440056.
HSL color Cylindrical-coordinate representation of color #F8BF43: hue angle of 41.1º 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 #F8BF43 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 191 | 67 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.03 |
| HSL | 41.1º | 0.93% | 0.62% | - |
| HSV(B) | 41.1º | 0.73% | 0.97% | - |
| XYZ | 58.36 | 57.62 | 13.36 | - |
| YUV | 193.91 | 56.38 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 191 | 67 | 0 | 0.23 | 0.73 | 0.03 | 41.1 | 0.93 | 0.62 |
| Hex | F8 | BF | 43 | 0 | 17 | 49 | 3 | 29 | 5D | 3E |
| Octal | 370 | 277 | 103 | 0 | 27 | 111 | 3 | 51 | 135 | 76 |
| Binary | 11111000 | 10111111 | 1000011 | 0 | 10111 | 1001001 | 11 | 101001 | 1011101 | 111110 |
Color Harmonies of #F8BF43
Complementary color
Monochromatic Colors of #F8BF43
Black with #F8BF43
Text Example
Text Example
White with #F8BF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BF43; }
p { color: rgb(248,191,67); }
H1.HeaderClassName
{
color: #F8BF43;
}
.AnyTagClassName
{
color: #F8BF43;
}
</style>
background-color css
<style>
a { background-color: #F8BF43; }
a { background-color: rgb(248,191,67); }
div.DivClassName
{
background-color: #F8BF43;
}
.BgClassName
{
background-color: #F8BF43;
}
</style>
border-color css
<style>
span { border-color: #F8BF43; }
span { border-color: rgb(248,191,67); }
td.TdClassName
{
border-color: #F8BF43;
}
.TagClassName
{
border-color: #F8BF43;
}
</style>