#FBE06E

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

Shades of Sweet Corn #FBE06E

Tints of Sweet Corn #FBE06E

Color information

#FBE06E (or 0xFBE06E) is unknown color: approx Sweet Corn. HEX triplet: FB, E0 and 6E. RGB value is (251,224,110). Sum of RGB (Red+Green+Blue) = 251+224+110=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 224 (87.89% from 255 or 38.29% from 585); Blue value is 110 (43.36% from 255 or 18.80% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE06E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE06E is #041F91. Grayscale: #DBDBDB. Windows color (decimal): -270226 or 7266555. OLE color: 7266555.

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

Color convert

RGB251224110-
CMYK00.110.560.02
HSL48.51º94.63%70.78%-
HSV(B)48.51º56.18%98.43%-
XYZ69.2574.9525.57-
YUV219.0866.45150.77-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.91%
GREEN value IS 224 (87.89% from 255) = 38.29%
BLUE value IS 110 (43.36% from 255) = 18.80%
R=42.91%
G=38.29%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122411000.110.560.0248.5194.6370.78
HexFBE06E0B382315f47
Octal37334015601370261137107
Binary11111011111000001101110010111110001011000110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE06E; }

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

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

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

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

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

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

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

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