Shades of Golden Tainoi #FCBE5E
Tints of Golden Tainoi #FCBE5E
RGB
CMYK
RGB Variations
Color information
#FCBE5E (or 0xFCBE5E) is known color: Golden Tainoi. HEX triplet: FC, BE and 5E. RGB value is (252,190,94). Sum of RGB (Red+Green+Blue) = 252+190+94=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 94 (37.11% from 255 or 17.54% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBE5E is #0341A1. Grayscale: #C6C6C6. Windows color (decimal): -213410 or 6209276. OLE color: 6209276.
HSL color Cylindrical-coordinate representation of color #FCBE5E: hue angle of 36.46º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCBE5E is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 190 | 94 | - |
CMYK | 0 | 0.25 | 0.63 | 0.01 |
HSL | 36.46º | 0.96% | 0.68% | - |
HSV(B) | 36.46º | 0.63% | 0.99% | - |
XYZ | 60.58 | 58.33 | 18.66 | - |
YUV | 197.59 | 69.54 | 166.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 190 | 94 | 0 | 0.25 | 0.63 | 0.01 | 36.46 | 0.96 | 0.68 |
Hex | FC | BE | 5E | 0 | 19 | 3F | 1 | 24 | 60 | 44 |
Octal | 374 | 276 | 136 | 0 | 31 | 77 | 1 | 44 | 140 | 104 |
Binary | 11111100 | 10111110 | 1011110 | 0 | 11001 | 111111 | 1 | 100100 | 1100000 | 1000100 |
Color Harmonies of #FCBE5E
Complementary color
Monochromatic Colors of #FCBE5E
Black with #FCBE5E
Text Example
Text Example
White with #FCBE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBE5E; }
p { color: rgb(252,190,94); }
H1.HeaderClassName
{
color: #FCBE5E;
}
.AnyTagClassName
{
color: #FCBE5E;
}
</style>
background-color css
<style>
a { background-color: #FCBE5E; }
a { background-color: rgb(252,190,94); }
div.DivClassName
{
background-color: #FCBE5E;
}
.BgClassName
{
background-color: #FCBE5E;
}
</style>
border-color css
<style>
span { border-color: #FCBE5E; }
span { border-color: rgb(252,190,94); }
td.TdClassName
{
border-color: #FCBE5E;
}
.TagClassName
{
border-color: #FCBE5E;
}
</style>