#FBBE5E

Color #FBBE5E Golden Tainoi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Tainoi #FBBE5E

Tints of Golden Tainoi #FBBE5E

Color information

#FBBE5E (or 0xFBBE5E) is unknown color: approx Golden Tainoi. HEX triplet: FB, BE and 5E. RGB value is (251,190,94). Sum of RGB (Red+Green+Blue) = 251+190+94=535 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.92% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 94 (37.11% from 255 or 17.57% from 535); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBE5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBBE5E is #0441A1. Grayscale: #C5C5C5. Windows color (decimal): -278946 or 6209275. OLE color: 6209275.

HSL color Cylindrical-coordinate representation of color #FBBE5E: hue angle of 36.69º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBBE5E is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB25119094-
CMYK00.240.630.02
HSL36.69º95.15%67.65%-
HSV(B)36.69º62.55%98.43%-
XYZ60.2258.1418.64-
YUV197.369.71166.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 46.92%
GREEN value IS 190 (74.61% from 255) = 35.51%
BLUE value IS 94 (37.11% from 255) = 17.57%
R=46.92%
G=35.51%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511909400.240.630.0236.6995.1567.65
HexFBBE5E0183F2255f44
Octal37327613603077245137104
Binary111110111011111010111100110001111111010010110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBE5E; }

 p { color: rgb(251,190,94); }

 H1.HeaderClassName
 {
   color: #FBBE5E;
 }
 .AnyTagClassName
 {
   color: #FBBE5E;
 }
</style>
background-color css

<style>
 a { background-color: #FBBE5E; }

 a { background-color: rgb(251,190,94); }

 div.DivClassName
 {
   background-color: #FBBE5E;
 }
 .BgClassName
 {
   background-color: #FBBE5E;
 }
</style>
border-color css

<style>
 span { border-color: #FBBE5E; }

 span { border-color: rgb(251,190,94); }

 td.TdClassName
 {
   border-color: #FBBE5E;
 }
 .TagClassName
 {
   border-color: #FBBE5E;
 }
</style>