#FBD76D

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

Shades of Sweet Corn #FBD76D

Tints of Sweet Corn #FBD76D

Color information

#FBD76D (or 0xFBD76D) is unknown color: approx Sweet Corn. HEX triplet: FB, D7 and 6D. RGB value is (251,215,109). Sum of RGB (Red+Green+Blue) = 251+215+109=575 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.65% from 575); Green value is 215 (84.38% from 255 or 37.39% from 575); Blue value is 109 (42.97% from 255 or 18.96% from 575); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD76D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD76D is #042892. Grayscale: #D6D6D6. Windows color (decimal): -272531 or 7198715. OLE color: 7198715.

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

Color convert

RGB251215109-
CMYK00.140.570.02
HSL44.79º94.67%70.59%-
HSV(B)44.79º56.57%98.43%-
XYZ66.8470.2124.5-
YUV213.6868.93154.62-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.65%
GREEN value IS 215 (84.38% from 255) = 37.39%
BLUE value IS 109 (42.97% from 255) = 18.96%
R=43.65%
G=37.39%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121510900.140.570.0244.7994.6770.59
HexFBD76D0E3922d5f47
Octal37332715501671255137107
Binary11111011110101111101101011101110011010110110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD76D; }

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

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

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

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

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

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

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

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