#FBBE46

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

Shades of Golden Tainoi #FBBE46

Tints of Golden Tainoi #FBBE46

Color information

#FBBE46 (or 0xFBBE46) is unknown color: approx Golden Tainoi. HEX triplet: FB, BE and 46. RGB value is (251,190,70). Sum of RGB (Red+Green+Blue) = 251+190+70=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 70 (27.73% from 255 or 13.70% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBE46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBE46 is #0441B9. Grayscale: #C3C3C3. Windows color (decimal): -278970 or 4636411. OLE color: 4636411.

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

Color convert

RGB25119070-
CMYK00.240.720.02
HSL39.78º95.77%62.94%-
HSV(B)39.78º72.11%98.43%-
XYZ59.357.7813.82-
YUV194.5657.71168.26-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.12%
GREEN value IS 190 (74.61% from 255) = 37.18%
BLUE value IS 70 (27.73% from 255) = 13.70%
R=49.12%
G=37.18%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511907000.240.720.0239.7895.7762.94
HexFBBE4601848228603f
Octal37327610603011025014077
Binary111110111011111010001100110001001000101010001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBE46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBE46; }

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

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

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

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

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

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

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

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