#FFBE4C

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

Shades of Golden Tainoi #FFBE4C

Tints of Golden Tainoi #FFBE4C

Color information

#FFBE4C (or 0xFFBE4C) is unknown color: approx Golden Tainoi. HEX triplet: FF, BE and 4C. RGB value is (255,190,76). Sum of RGB (Red+Green+Blue) = 255+190+76=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 76 (30.08% from 255 or 14.59% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBE4C is #0041B3. Grayscale: #C4C4C4. Windows color (decimal): -16820 or 5029631. OLE color: 5029631.

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

Color convert

RGB25519076-
CMYK00.250.700
HSL38.21º100%64.9%-
HSV(B)38.21º70.2%100%-
XYZ60.9658.6114.94-
YUV196.4460.03169.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.94%
GREEN value IS 190 (74.61% from 255) = 36.47%
BLUE value IS 76 (30.08% from 255) = 14.59%
R=48.94%
G=36.47%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.70
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551907600.250.70038.2110064.9
HexFFBE4C019460266441
Octal377276114031106046144101
Binary111111111011111010011000110011000110010011011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBE4C; }

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

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

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

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

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

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

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

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