#FBE380

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

Shades of Sweet Corn #FBE380

Tints of Sweet Corn #FBE380

Color information

#FBE380 (or 0xFBE380) is unknown color: approx Sweet Corn. HEX triplet: FB, E3 and 80. RGB value is (251,227,128). Sum of RGB (Red+Green+Blue) = 251+227+128=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 227 (89.06% from 255 or 37.46% from 606); Blue value is 128 (50.39% from 255 or 21.12% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE380 is #041C7F. Grayscale: #DFDFDF. Windows color (decimal): -269440 or 8446971. OLE color: 8446971.

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

Color convert

RGB251227128-
CMYK00.100.490.02
HSL48.29º93.89%74.31%-
HSV(B)48.29º49%98.43%-
XYZ71.1577.0131.54-
YUV222.8974.45148.05-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.42%
GREEN value IS 227 (89.06% from 255) = 37.46%
BLUE value IS 128 (50.39% from 255) = 21.12%
R=41.42%
G=37.46%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122712800.100.490.0248.2993.8974.31
HexFBE3800A312305e4a
Octal37334320001261260136112
Binary111110111110001110000000010101100011011000010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE380; }

 p { color: rgb(251,227,128); }

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

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

 a { background-color: rgb(251,227,128); }

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

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

 span { border-color: rgb(251,227,128); }

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