#FBE16C

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

Shades of Sweet Corn #FBE16C

Tints of Sweet Corn #FBE16C

Color information

#FBE16C (or 0xFBE16C) is unknown color: approx Sweet Corn. HEX triplet: FB, E1 and 6C. RGB value is (251,225,108). Sum of RGB (Red+Green+Blue) = 251+225+108=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 225 (88.28% from 255 or 38.53% from 584); Blue value is 108 (42.58% from 255 or 18.49% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE16C is #041E93. Grayscale: #DBDBDB. Windows color (decimal): -269972 or 7135739. OLE color: 7135739.

HSL color Cylindrical-coordinate representation of color #FBE16C: hue angle of 49.09º 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 #FBE16C is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB251225108-
CMYK00.100.570.02
HSL49.09º94.7%70.39%-
HSV(B)49.09º56.97%98.43%-
XYZ69.4275.4425.09-
YUV219.4465.11150.51-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.98%
GREEN value IS 225 (88.28% from 255) = 38.53%
BLUE value IS 108 (42.58% from 255) = 18.49%
R=42.98%
G=38.53%
B=18.49%

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
Decimal25122510800.100.570.0249.0994.770.39
HexFBE16C0A392315f46
Octal37334115401271261137106
Binary11111011111000011101100010101110011011000110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE16C; }

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

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

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

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

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

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

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

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