#FFBE5E

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

Shades of Golden Tainoi #FFBE5E

Tints of Golden Tainoi #FFBE5E

Color information

#FFBE5E (or 0xFFBE5E) is unknown color: approx Golden Tainoi. HEX triplet: FF, BE and 5E. RGB value is (255,190,94). Sum of RGB (Red+Green+Blue) = 255+190+94=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 94 (37.11% from 255 or 17.44% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBE5E is #0041A1. Grayscale: #C6C6C6. Windows color (decimal): -16802 or 6209279. OLE color: 6209279.

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

Color convert

RGB25519094-
CMYK00.250.630
HSL35.78º100%68.43%-
HSV(B)35.78º63.14%100%-
XYZ61.6758.918.71-
YUV198.4969.03168.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.31%
GREEN value IS 190 (74.61% from 255) = 35.25%
BLUE value IS 94 (37.11% from 255) = 17.44%
R=47.31%
G=35.25%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551909400.250.63035.7810068.43
HexFFBE5E0193F0246444
Octal37727613603177044144104
Binary11111111101111101011110011001111111010010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBE5E; }

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

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

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

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

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

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

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

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