Shades of Golden Tainoi #FBC754
Tints of Golden Tainoi #FBC754
RGB
CMYK
RGB Variations
Color information
#FBC754 (or 0xFBC754) is known color: Golden Tainoi. HEX triplet: FB, C7 and 54. RGB value is (251,199,84). Sum of RGB (Red+Green+Blue) = 251+199+84=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 199 (78.12% from 255 or 37.27% from 534); Blue value is 84 (33.20% from 255 or 15.73% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC754 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC754 is #0438AB. Grayscale: #C9C9C9. Windows color (decimal): -276652 or 5556219. OLE color: 5556219.
HSL color Cylindrical-coordinate representation of color #FBC754: hue angle of 41.32º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FBC754 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 84 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.02 |
| HSL | 41.32º | 0.95% | 0.66% | - |
| HSV(B) | 41.32º | 0.67% | 0.98% | - |
| XYZ | 61.81 | 62 | 17.1 | - |
| YUV | 201.44 | 61.73 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 84 | 0 | 0.21 | 0.67 | 0.02 | 41.32 | 0.95 | 0.66 |
| Hex | FB | C7 | 54 | 0 | 15 | 43 | 2 | 29 | 5F | 42 |
| Octal | 373 | 307 | 124 | 0 | 25 | 103 | 2 | 51 | 137 | 102 |
| Binary | 11111011 | 11000111 | 1010100 | 0 | 10101 | 1000011 | 10 | 101001 | 1011111 | 1000010 |
Color Harmonies of #FBC754
Complementary color
Monochromatic Colors of #FBC754
Black with #FBC754
Text Example
Text Example
White with #FBC754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC754; }
p { color: rgb(251,199,84); }
H1.HeaderClassName
{
color: #FBC754;
}
.AnyTagClassName
{
color: #FBC754;
}
</style>
background-color css
<style>
a { background-color: #FBC754; }
a { background-color: rgb(251,199,84); }
div.DivClassName
{
background-color: #FBC754;
}
.BgClassName
{
background-color: #FBC754;
}
</style>
border-color css
<style>
span { border-color: #FBC754; }
span { border-color: rgb(251,199,84); }
td.TdClassName
{
border-color: #FBC754;
}
.TagClassName
{
border-color: #FBC754;
}
</style>