#FBEB5B

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

Shades of Corn #FBEB5B

Tints of Corn #FBEB5B

Color information

#FBEB5B (or 0xFBEB5B) is unknown color: approx Corn. HEX triplet: FB, EB and 5B. RGB value is (251,235,91). Sum of RGB (Red+Green+Blue) = 251+235+91=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 91 (35.94% from 255 or 15.77% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEB5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBEB5B is #0414A4. Grayscale: #DFDFDF. Windows color (decimal): -267429 or 6024187. OLE color: 6024187.

HSL color Cylindrical-coordinate representation of color #FBEB5B: hue angle of 54º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FBEB5B is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB25123591-
CMYK00.060.640.02
HSL54º95.24%67.06%-
HSV(B)54º63.75%98.43%-
XYZ71.3880.6821.71-
YUV223.3753.3147.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.50%
GREEN value IS 235 (92.19% from 255) = 40.73%
BLUE value IS 91 (35.94% from 255) = 15.77%
R=43.50%
G=40.73%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512359100.060.640.025495.2467.06
HexFBEB5B06402365f43
Octal37335313306100266137103
Binary11111011111010111011011011010000001011011010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEB5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEB5B; }

 p { color: rgb(251,235,91); }

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

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

 a { background-color: rgb(251,235,91); }

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

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

 span { border-color: rgb(251,235,91); }

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