#FFBE5C

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

Shades of Golden Tainoi #FFBE5C

Tints of Golden Tainoi #FFBE5C

Color information

#FFBE5C (or 0xFFBE5C) is unknown color: approx Golden Tainoi. HEX triplet: FF, BE and 5C. RGB value is (255,190,92). Sum of RGB (Red+Green+Blue) = 255+190+92=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 92 (36.33% from 255 or 17.13% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBE5C is #0041A3. Grayscale: #C6C6C6. Windows color (decimal): -16804 or 6078207. OLE color: 6078207.

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

Color convert

RGB25519092-
CMYK00.250.640
HSL36.07º100%68.04%-
HSV(B)36.07º63.92%100%-
XYZ61.5958.8618.24-
YUV198.2668.03168.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.49%
GREEN value IS 190 (74.61% from 255) = 35.38%
BLUE value IS 92 (36.33% from 255) = 17.13%
R=47.49%
G=35.38%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551909200.250.64036.0710068.04
HexFFBE5C019400246444
Octal377276134031100044144104
Binary111111111011111010111000110011000000010010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBE5C; }

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

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

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

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

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

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

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

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