#FBE97D

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

Shades of Sweet Corn #FBE97D

Tints of Sweet Corn #FBE97D

Color information

#FBE97D (or 0xFBE97D) is unknown color: approx Sweet Corn. HEX triplet: FB, E9 and 7D. RGB value is (251,233,125). Sum of RGB (Red+Green+Blue) = 251+233+125=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 233 (91.41% from 255 or 38.26% from 609); Blue value is 125 (49.22% from 255 or 20.53% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE97D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBE97D is #041682. Grayscale: #E2E2E2. Windows color (decimal): -267907 or 8251899. OLE color: 8251899.

HSL color Cylindrical-coordinate representation of color #FBE97D: hue angle of 51.43º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FBE97D is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB251233125-
CMYK00.070.500.02
HSL51.43º94.03%73.73%-
HSV(B)51.43º50.2%98.43%-
XYZ72.6280.2731.07-
YUV226.0770.96145.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.22%
GREEN value IS 233 (91.41% from 255) = 38.26%
BLUE value IS 125 (49.22% from 255) = 20.53%
R=41.22%
G=38.26%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123312500.070.500.0251.4394.0373.73
HexFBE97D07322335e4a
Octal3733511750762263136112
Binary1111101111101001111110101111100101011001110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE97D; }

 p { color: rgb(251,233,125); }

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

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

 a { background-color: rgb(251,233,125); }

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

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

 span { border-color: rgb(251,233,125); }

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