#FBE08A

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

Shades of Vis Vis #FBE08A

Tints of Vis Vis #FBE08A

Color information

#FBE08A (or 0xFBE08A) is unknown color: approx Vis Vis. HEX triplet: FB, E0 and 8A. RGB value is (251,224,138). Sum of RGB (Red+Green+Blue) = 251+224+138=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 224 (87.89% from 255 or 36.54% from 613); Blue value is 138 (54.30% from 255 or 22.51% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE08A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE08A is #041F75. Grayscale: #DEDEDE. Windows color (decimal): -270198 or 9101563. OLE color: 9101563.

HSL color Cylindrical-coordinate representation of color #FBE08A: hue angle of 45.66º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FBE08A is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB251224138-
CMYK00.110.450.02
HSL45.66º93.39%76.27%-
HSV(B)45.66º45.02%98.43%-
XYZ71.0375.6634.9-
YUV222.2780.45148.49-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.95%
GREEN value IS 224 (87.89% from 255) = 36.54%
BLUE value IS 138 (54.30% from 255) = 22.51%
R=40.95%
G=36.54%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122413800.110.450.0245.6693.3976.27
HexFBE08A0B2D22e5d4c
Octal37334021201355256135114
Binary111110111110000010001010010111011011010111010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE08A; }

 p { color: rgb(251,224,138); }

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

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

 a { background-color: rgb(251,224,138); }

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

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

 span { border-color: rgb(251,224,138); }

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