#FBEC5E

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

Shades of Corn #FBEC5E

Tints of Corn #FBEC5E

Color information

#FBEC5E (or 0xFBEC5E) is unknown color: approx Corn. HEX triplet: FB, EC and 5E. RGB value is (251,236,94). Sum of RGB (Red+Green+Blue) = 251+236+94=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 94 (37.11% from 255 or 16.18% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEC5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBEC5E is #0413A1. Grayscale: #E0E0E0. Windows color (decimal): -267170 or 6221051. OLE color: 6221051.

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

Color convert

RGB25123694-
CMYK00.060.630.02
HSL54.27º95.15%67.65%-
HSV(B)54.27º62.55%98.43%-
XYZ71.881.3122.5-
YUV224.354.47147.05-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.20%
GREEN value IS 236 (92.58% from 255) = 40.62%
BLUE value IS 94 (37.11% from 255) = 16.18%
R=43.20%
G=40.62%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512369400.060.630.0254.2795.1567.65
HexFBEC5E063F2365f44
Octal3733541360677266137104
Binary1111101111101100101111001101111111011011010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEC5E; }

 p { color: rgb(251,236,94); }

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

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

 a { background-color: rgb(251,236,94); }

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

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

 span { border-color: rgb(251,236,94); }

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