Shades of Golden Tainoi #FBC24B
Tints of Golden Tainoi #FBC24B
RGB
CMYK
RGB Variations
Color information
#FBC24B (or 0xFBC24B) is known color: Golden Tainoi. HEX triplet: FB, C2 and 4B. RGB value is (251,194,75). Sum of RGB (Red+Green+Blue) = 251+194+75=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 75 (29.69% from 255 or 14.42% from 520); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC24B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC24B is #043DB4. Grayscale: #C6C6C6. Windows color (decimal): -277941 or 4965115. OLE color: 4965115.
HSL color Cylindrical-coordinate representation of color #FBC24B: hue angle of 40.57º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FBC24B is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 75 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.02 |
| HSL | 40.57º | 0.96% | 0.64% | - |
| HSV(B) | 40.57º | 0.7% | 0.98% | - |
| XYZ | 60.35 | 59.6 | 14.98 | - |
| YUV | 197.48 | 58.88 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 75 | 0 | 0.23 | 0.70 | 0.02 | 40.57 | 0.96 | 0.64 |
| Hex | FB | C2 | 4B | 0 | 17 | 46 | 2 | 29 | 60 | 40 |
| Octal | 373 | 302 | 113 | 0 | 27 | 106 | 2 | 51 | 140 | 100 |
| Binary | 11111011 | 11000010 | 1001011 | 0 | 10111 | 1000110 | 10 | 101001 | 1100000 | 1000000 |
Color Harmonies of #FBC24B
Complementary color
Monochromatic Colors of #FBC24B
Black with #FBC24B
Text Example
Text Example
White with #FBC24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC24B; }
p { color: rgb(251,194,75); }
H1.HeaderClassName
{
color: #FBC24B;
}
.AnyTagClassName
{
color: #FBC24B;
}
</style>
background-color css
<style>
a { background-color: #FBC24B; }
a { background-color: rgb(251,194,75); }
div.DivClassName
{
background-color: #FBC24B;
}
.BgClassName
{
background-color: #FBC24B;
}
</style>
border-color css
<style>
span { border-color: #FBC24B; }
span { border-color: rgb(251,194,75); }
td.TdClassName
{
border-color: #FBC24B;
}
.TagClassName
{
border-color: #FBC24B;
}
</style>