#FBE16D

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

Shades of Sweet Corn #FBE16D

Tints of Sweet Corn #FBE16D

Color information

#FBE16D (or 0xFBE16D) is unknown color: approx Sweet Corn. HEX triplet: FB, E1 and 6D. RGB value is (251,225,109). Sum of RGB (Red+Green+Blue) = 251+225+109=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 109 (42.97% from 255 or 18.63% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE16D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE16D is #041E92. Grayscale: #DCDCDC. Windows color (decimal): -269971 or 7201275. OLE color: 7201275.

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

Color convert

RGB251225109-
CMYK00.100.570.02
HSL49.01º94.67%70.59%-
HSV(B)49.01º56.57%98.43%-
XYZ69.4775.4625.37-
YUV219.5565.61150.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.91%
GREEN value IS 225 (88.28% from 255) = 38.46%
BLUE value IS 109 (42.97% from 255) = 18.63%
R=42.91%
G=38.46%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122510900.100.570.0249.0194.6770.59
HexFBE16D0A392315f47
Octal37334115501271261137107
Binary11111011111000011101101010101110011011000110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE16D; }

 p { color: rgb(251,225,109); }

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

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

 a { background-color: rgb(251,225,109); }

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

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

 span { border-color: rgb(251,225,109); }

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