#FBE072

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

Shades of Sweet Corn #FBE072

Tints of Sweet Corn #FBE072

Color information

#FBE072 (or 0xFBE072) is unknown color: approx Sweet Corn. HEX triplet: FB, E0 and 72. RGB value is (251,224,114). Sum of RGB (Red+Green+Blue) = 251+224+114=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 114 (44.92% from 255 or 19.35% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE072 is #041F8D. Grayscale: #DBDBDB. Windows color (decimal): -270222 or 7528699. OLE color: 7528699.

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

Color convert

RGB251224114-
CMYK00.110.550.02
HSL48.18º94.48%71.57%-
HSV(B)48.18º54.58%98.43%-
XYZ69.4875.0426.74-
YUV219.5368.45150.44-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.61%
GREEN value IS 224 (87.89% from 255) = 38.03%
BLUE value IS 114 (44.92% from 255) = 19.35%
R=42.61%
G=38.03%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122411400.110.550.0248.1894.4871.57
HexFBE0720B372305e48
Octal37334016201367260136110
Binary11111011111000001110010010111101111011000010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE072; }

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

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

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

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

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

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

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

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