Shades of Golden Tainoi #FDBB4A
Tints of Golden Tainoi #FDBB4A
RGB
CMYK
RGB Variations
Color information
#FDBB4A (or 0xFDBB4A) is known color: Golden Tainoi. HEX triplet: FD, BB and 4A. RGB value is (253,187,74). Sum of RGB (Red+Green+Blue) = 253+187+74=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 74 (29.30% from 255 or 14.40% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBB4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBB4A is #0244B5. Grayscale: #C2C2C2. Windows color (decimal): -148662 or 4897789. OLE color: 4897789.
HSL color Cylindrical-coordinate representation of color #FDBB4A: hue angle of 37.88º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FDBB4A is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 74 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.01 |
| HSL | 37.88º | 0.98% | 0.64% | - |
| HSV(B) | 37.88º | 0.71% | 0.99% | - |
| XYZ | 59.51 | 56.92 | 14.33 | - |
| YUV | 193.85 | 60.37 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 74 | 0 | 0.26 | 0.71 | 0.01 | 37.88 | 0.98 | 0.64 |
| Hex | FD | BB | 4A | 0 | 1A | 47 | 1 | 26 | 62 | 40 |
| Octal | 375 | 273 | 112 | 0 | 32 | 107 | 1 | 46 | 142 | 100 |
| Binary | 11111101 | 10111011 | 1001010 | 0 | 11010 | 1000111 | 1 | 100110 | 1100010 | 1000000 |
Color Harmonies of #FDBB4A
Complementary color
Monochromatic Colors of #FDBB4A
Black with #FDBB4A
Text Example
Text Example
White with #FDBB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBB4A; }
p { color: rgb(253,187,74); }
H1.HeaderClassName
{
color: #FDBB4A;
}
.AnyTagClassName
{
color: #FDBB4A;
}
</style>
background-color css
<style>
a { background-color: #FDBB4A; }
a { background-color: rgb(253,187,74); }
div.DivClassName
{
background-color: #FDBB4A;
}
.BgClassName
{
background-color: #FDBB4A;
}
</style>
border-color css
<style>
span { border-color: #FDBB4A; }
span { border-color: rgb(253,187,74); }
td.TdClassName
{
border-color: #FDBB4A;
}
.TagClassName
{
border-color: #FDBB4A;
}
</style>