#FBE06C

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

Shades of Sweet Corn #FBE06C

Tints of Sweet Corn #FBE06C

Color information

#FBE06C (or 0xFBE06C) is unknown color: approx Sweet Corn. HEX triplet: FB, E0 and 6C. RGB value is (251,224,108). Sum of RGB (Red+Green+Blue) = 251+224+108=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 224 (87.89% from 255 or 38.42% from 583); Blue value is 108 (42.58% from 255 or 18.52% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE06C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE06C is #041F93. Grayscale: #DBDBDB. Windows color (decimal): -270228 or 7135483. OLE color: 7135483.

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

Color convert

RGB251224108-
CMYK00.110.570.02
HSL48.67º94.7%70.39%-
HSV(B)48.67º56.97%98.43%-
XYZ69.1574.925-
YUV218.8565.45150.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.05%
GREEN value IS 224 (87.89% from 255) = 38.42%
BLUE value IS 108 (42.58% from 255) = 18.52%
R=43.05%
G=38.42%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122410800.110.570.0248.6794.770.39
HexFBE06C0B392315f46
Octal37334015401371261137106
Binary11111011111000001101100010111110011011000110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE06C; }

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

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

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

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

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

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

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

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