#FBE67C

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

Shades of Sweet Corn #FBE67C

Tints of Sweet Corn #FBE67C

Color information

#FBE67C (or 0xFBE67C) is unknown color: approx Sweet Corn. HEX triplet: FB, E6 and 7C. RGB value is (251,230,124). Sum of RGB (Red+Green+Blue) = 251+230+124=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 230 (90.23% from 255 or 38.02% from 605); Blue value is 124 (48.83% from 255 or 20.50% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE67C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBE67C is #041983. Grayscale: #E0E0E0. Windows color (decimal): -268676 or 8185595. OLE color: 8185595.

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

Color convert

RGB251230124-
CMYK00.080.510.02
HSL50.08º94.07%73.53%-
HSV(B)50.08º50.6%98.43%-
XYZ71.7278.5630.45-
YUV224.1971.46147.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.49%
GREEN value IS 230 (90.23% from 255) = 38.02%
BLUE value IS 124 (48.83% from 255) = 20.50%
R=41.49%
G=38.02%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123012400.080.510.0250.0894.0773.53
HexFBE67C08332325e4a
Octal37334617401063262136112
Binary11111011111001101111100010001100111011001010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE67C; }

 p { color: rgb(251,230,124); }

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

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

 a { background-color: rgb(251,230,124); }

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

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

 span { border-color: rgb(251,230,124); }

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