#FBE978

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

Shades of Sweet Corn #FBE978

Tints of Sweet Corn #FBE978

Color information

#FBE978 (or 0xFBE978) is unknown color: approx Sweet Corn. HEX triplet: FB, E9 and 78. RGB value is (251,233,120). Sum of RGB (Red+Green+Blue) = 251+233+120=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 233 (91.41% from 255 or 38.58% from 604); Blue value is 120 (47.27% from 255 or 19.87% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE978 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBE978 is #041687. Grayscale: #E1E1E1. Windows color (decimal): -267912 or 7924219. OLE color: 7924219.

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

Color convert

RGB251233120-
CMYK00.070.520.02
HSL51.76º94.24%72.75%-
HSV(B)51.76º52.19%98.43%-
XYZ72.3180.1429.43-
YUV225.568.46146.19-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.56%
GREEN value IS 233 (91.41% from 255) = 38.58%
BLUE value IS 120 (47.27% from 255) = 19.87%
R=41.56%
G=38.58%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123312000.070.520.0251.7694.2472.75
HexFBE97807342345e49
Octal3733511700764264136111
Binary1111101111101001111100001111101001011010010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE978; }

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

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

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

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

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

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

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

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