Shades of Golden Tainoi #FDBD4E
Tints of Golden Tainoi #FDBD4E
RGB
CMYK
RGB Variations
Color information
#FDBD4E (or 0xFDBD4E) is known color: Golden Tainoi. HEX triplet: FD, BD and 4E. RGB value is (253,189,78). Sum of RGB (Red+Green+Blue) = 253+189+78=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 78 (30.86% from 255 or 15% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBD4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBD4E is #0242B1. Grayscale: #C3C3C3. Windows color (decimal): -148146 or 5160445. OLE color: 5160445.
HSL color Cylindrical-coordinate representation of color #FDBD4E: hue angle of 38.06º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FDBD4E is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 78 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.01 |
| HSL | 38.06º | 0.98% | 0.65% | - |
| HSV(B) | 38.06º | 0.69% | 0.99% | - |
| XYZ | 60.08 | 57.83 | 15.2 | - |
| YUV | 195.48 | 61.7 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 78 | 0 | 0.25 | 0.69 | 0.01 | 38.06 | 0.98 | 0.65 |
| Hex | FD | BD | 4E | 0 | 19 | 45 | 1 | 26 | 62 | 41 |
| Octal | 375 | 275 | 116 | 0 | 31 | 105 | 1 | 46 | 142 | 101 |
| Binary | 11111101 | 10111101 | 1001110 | 0 | 11001 | 1000101 | 1 | 100110 | 1100010 | 1000001 |
Color Harmonies of #FDBD4E
Complementary color
Monochromatic Colors of #FDBD4E
Black with #FDBD4E
Text Example
Text Example
White with #FDBD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBD4E; }
p { color: rgb(253,189,78); }
H1.HeaderClassName
{
color: #FDBD4E;
}
.AnyTagClassName
{
color: #FDBD4E;
}
</style>
background-color css
<style>
a { background-color: #FDBD4E; }
a { background-color: rgb(253,189,78); }
div.DivClassName
{
background-color: #FDBD4E;
}
.BgClassName
{
background-color: #FDBD4E;
}
</style>
border-color css
<style>
span { border-color: #FDBD4E; }
span { border-color: rgb(253,189,78); }
td.TdClassName
{
border-color: #FDBD4E;
}
.TagClassName
{
border-color: #FDBD4E;
}
</style>