#FFBE4E

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

Shades of Golden Tainoi #FFBE4E

Tints of Golden Tainoi #FFBE4E

Color information

#FFBE4E (or 0xFFBE4E) is unknown color: approx Golden Tainoi. HEX triplet: FF, BE and 4E. RGB value is (255,190,78). Sum of RGB (Red+Green+Blue) = 255+190+78=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 78 (30.86% from 255 or 14.91% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBE4E is #0041B1. Grayscale: #C5C5C5. Windows color (decimal): -16818 or 5160703. OLE color: 5160703.

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

Color convert

RGB25519078-
CMYK00.250.690
HSL37.97º100%65.29%-
HSV(B)37.97º69.41%100%-
XYZ61.0358.6415.31-
YUV196.6761.03169.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.76%
GREEN value IS 190 (74.61% from 255) = 36.33%
BLUE value IS 78 (30.86% from 255) = 14.91%
R=48.76%
G=36.33%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551907800.250.69037.9710065.29
HexFFBE4E019450266441
Octal377276116031105046144101
Binary111111111011111010011100110011000101010011011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBE4E; }

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

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

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

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

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

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

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

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