Shades of Golden Tainoi #FBC24E
Tints of Golden Tainoi #FBC24E
RGB
CMYK
RGB Variations
Color information
#FBC24E (or 0xFBC24E) is known color: Golden Tainoi. HEX triplet: FB, C2 and 4E. RGB value is (251,194,78). Sum of RGB (Red+Green+Blue) = 251+194+78=523 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.99% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 78 (30.86% from 255 or 14.91% from 523); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC24E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC24E is #043DB1. Grayscale: #C6C6C6. Windows color (decimal): -277938 or 5161723. OLE color: 5161723.
HSL color Cylindrical-coordinate representation of color #FBC24E: hue angle of 40.23º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FBC24E is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 78 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.02 |
| HSL | 40.23º | 0.96% | 0.65% | - |
| HSV(B) | 40.23º | 0.69% | 0.98% | - |
| XYZ | 60.45 | 59.64 | 15.53 | - |
| YUV | 197.82 | 60.38 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 78 | 0 | 0.23 | 0.69 | 0.02 | 40.23 | 0.96 | 0.65 |
| Hex | FB | C2 | 4E | 0 | 17 | 45 | 2 | 28 | 60 | 41 |
| Octal | 373 | 302 | 116 | 0 | 27 | 105 | 2 | 50 | 140 | 101 |
| Binary | 11111011 | 11000010 | 1001110 | 0 | 10111 | 1000101 | 10 | 101000 | 1100000 | 1000001 |
Color Harmonies of #FBC24E
Complementary color
Monochromatic Colors of #FBC24E
Black with #FBC24E
Text Example
Text Example
White with #FBC24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC24E; }
p { color: rgb(251,194,78); }
H1.HeaderClassName
{
color: #FBC24E;
}
.AnyTagClassName
{
color: #FBC24E;
}
</style>
background-color css
<style>
a { background-color: #FBC24E; }
a { background-color: rgb(251,194,78); }
div.DivClassName
{
background-color: #FBC24E;
}
.BgClassName
{
background-color: #FBC24E;
}
</style>
border-color css
<style>
span { border-color: #FBC24E; }
span { border-color: rgb(251,194,78); }
td.TdClassName
{
border-color: #FBC24E;
}
.TagClassName
{
border-color: #FBC24E;
}
</style>