#FBE171

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

Shades of Sweet Corn #FBE171

Tints of Sweet Corn #FBE171

Color information

#FBE171 (or 0xFBE171) is unknown color: approx Sweet Corn. HEX triplet: FB, E1 and 71. RGB value is (251,225,113). Sum of RGB (Red+Green+Blue) = 251+225+113=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 113 (44.53% from 255 or 19.19% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE171 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE171 is #041E8E. Grayscale: #DCDCDC. Windows color (decimal): -269967 or 7463419. OLE color: 7463419.

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

Color convert

RGB251225113-
CMYK00.100.550.02
HSL48.7º94.52%71.37%-
HSV(B)48.7º54.98%98.43%-
XYZ69.6975.5526.53-
YUV220.0167.61150.11-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.61%
GREEN value IS 225 (88.28% from 255) = 38.20%
BLUE value IS 113 (44.53% from 255) = 19.19%
R=42.61%
G=38.20%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122511300.100.550.0248.794.5271.37
HexFBE1710A372315f47
Octal37334116101267261137107
Binary11111011111000011110001010101101111011000110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE171; }

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

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

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

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

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

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

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

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