#FBEC5F

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

Shades of Corn #FBEC5F

Tints of Corn #FBEC5F

Color information

#FBEC5F (or 0xFBEC5F) is unknown color: approx Corn. HEX triplet: FB, EC and 5F. RGB value is (251,236,95). Sum of RGB (Red+Green+Blue) = 251+236+95=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 95 (37.5% from 255 or 16.32% from 582); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEC5F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBEC5F is #0413A0. Grayscale: #E0E0E0. Windows color (decimal): -267169 or 6286587. OLE color: 6286587.

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

Color convert

RGB25123695-
CMYK00.060.620.02
HSL54.23º95.12%67.84%-
HSV(B)54.23º62.15%98.43%-
XYZ71.8481.3322.74-
YUV224.4154.97146.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.13%
GREEN value IS 236 (92.58% from 255) = 40.55%
BLUE value IS 95 (37.5% from 255) = 16.32%
R=43.13%
G=40.55%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512369500.060.620.0254.2395.1267.84
HexFBEC5F063E2365f44
Octal3733541370676266137104
Binary1111101111101100101111101101111101011011010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEC5F; }

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

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

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

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

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

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

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

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