#FBD86D

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

Shades of Sweet Corn #FBD86D

Tints of Sweet Corn #FBD86D

Color information

#FBD86D (or 0xFBD86D) is unknown color: approx Sweet Corn. HEX triplet: FB, D8 and 6D. RGB value is (251,216,109). Sum of RGB (Red+Green+Blue) = 251+216+109=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 216 (84.77% from 255 or 37.5% from 576); Blue value is 109 (42.97% from 255 or 18.92% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD86D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD86D is #042792. Grayscale: #D6D6D6. Windows color (decimal): -272275 or 7198971. OLE color: 7198971.

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

Color convert

RGB251216109-
CMYK00.140.570.02
HSL45.21º94.67%70.59%-
HSV(B)45.21º56.57%98.43%-
XYZ67.170.7324.58-
YUV214.2768.6154.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.58%
GREEN value IS 216 (84.77% from 255) = 37.5%
BLUE value IS 109 (42.97% from 255) = 18.92%
R=43.58%
G=37.5%
B=18.92%

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
Decimal25121610900.140.570.0245.2194.6770.59
HexFBD86D0E3922d5f47
Octal37333015501671255137107
Binary11111011110110001101101011101110011010110110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD86D; }

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

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

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

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

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

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

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

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