Shades of Golden Tainoi #FBC25D
Tints of Golden Tainoi #FBC25D
RGB
CMYK
RGB Variations
Color information
#FBC25D (or 0xFBC25D) is known color: Golden Tainoi. HEX triplet: FB, C2 and 5D. RGB value is (251,194,93). Sum of RGB (Red+Green+Blue) = 251+194+93=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 93 (36.72% from 255 or 17.29% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC25D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC25D is #043DA2. Grayscale: #C7C7C7. Windows color (decimal): -277923 or 6144763. OLE color: 6144763.
HSL color Cylindrical-coordinate representation of color #FBC25D: hue angle of 38.35º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBC25D is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 93 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.02 |
| HSL | 38.35º | 0.95% | 0.67% | - |
| HSV(B) | 38.35º | 0.63% | 0.98% | - |
| XYZ | 61.05 | 59.88 | 18.7 | - |
| YUV | 199.53 | 67.88 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 93 | 0 | 0.23 | 0.63 | 0.02 | 38.35 | 0.95 | 0.67 |
| Hex | FB | C2 | 5D | 0 | 17 | 3F | 2 | 26 | 5F | 43 |
| Octal | 373 | 302 | 135 | 0 | 27 | 77 | 2 | 46 | 137 | 103 |
| Binary | 11111011 | 11000010 | 1011101 | 0 | 10111 | 111111 | 10 | 100110 | 1011111 | 1000011 |
Color Harmonies of #FBC25D
Complementary color
Monochromatic Colors of #FBC25D
Black with #FBC25D
Text Example
Text Example
White with #FBC25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC25D; }
p { color: rgb(251,194,93); }
H1.HeaderClassName
{
color: #FBC25D;
}
.AnyTagClassName
{
color: #FBC25D;
}
</style>
background-color css
<style>
a { background-color: #FBC25D; }
a { background-color: rgb(251,194,93); }
div.DivClassName
{
background-color: #FBC25D;
}
.BgClassName
{
background-color: #FBC25D;
}
</style>
border-color css
<style>
span { border-color: #FBC25D; }
span { border-color: rgb(251,194,93); }
td.TdClassName
{
border-color: #FBC25D;
}
.TagClassName
{
border-color: #FBC25D;
}
</style>