Shades of Golden Tainoi #FDBE57
Tints of Golden Tainoi #FDBE57
RGB
CMYK
RGB Variations
Color information
#FDBE57 (or 0xFDBE57) is known color: Golden Tainoi. HEX triplet: FD, BE and 57. RGB value is (253,190,87). Sum of RGB (Red+Green+Blue) = 253+190+87=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 87 (34.38% from 255 or 16.42% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBE57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBE57 is #0241A8. Grayscale: #C5C5C5. Windows color (decimal): -147881 or 5750525. OLE color: 5750525.
HSL color Cylindrical-coordinate representation of color #FDBE57: hue angle of 37.23º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDBE57 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 190 | 87 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.01 |
| HSL | 37.23º | 0.98% | 0.67% | - |
| HSV(B) | 37.23º | 0.66% | 0.99% | - |
| XYZ | 60.64 | 58.4 | 17.09 | - |
| YUV | 197.1 | 65.87 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 190 | 87 | 0 | 0.25 | 0.66 | 0.01 | 37.23 | 0.98 | 0.67 |
| Hex | FD | BE | 57 | 0 | 19 | 42 | 1 | 25 | 62 | 43 |
| Octal | 375 | 276 | 127 | 0 | 31 | 102 | 1 | 45 | 142 | 103 |
| Binary | 11111101 | 10111110 | 1010111 | 0 | 11001 | 1000010 | 1 | 100101 | 1100010 | 1000011 |
Color Harmonies of #FDBE57
Complementary color
Monochromatic Colors of #FDBE57
Black with #FDBE57
Text Example
Text Example
White with #FDBE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBE57; }
p { color: rgb(253,190,87); }
H1.HeaderClassName
{
color: #FDBE57;
}
.AnyTagClassName
{
color: #FDBE57;
}
</style>
background-color css
<style>
a { background-color: #FDBE57; }
a { background-color: rgb(253,190,87); }
div.DivClassName
{
background-color: #FDBE57;
}
.BgClassName
{
background-color: #FDBE57;
}
</style>
border-color css
<style>
span { border-color: #FDBE57; }
span { border-color: rgb(253,190,87); }
td.TdClassName
{
border-color: #FDBE57;
}
.TagClassName
{
border-color: #FDBE57;
}
</style>