#FBDB71

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

Shades of Sweet Corn #FBDB71

Tints of Sweet Corn #FBDB71

Color information

#FBDB71 (or 0xFBDB71) is unknown color: approx Sweet Corn. HEX triplet: FB, DB and 71. RGB value is (251,219,113). Sum of RGB (Red+Green+Blue) = 251+219+113=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 113 (44.53% from 255 or 19.38% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDB71 is #04248E. Grayscale: #D8D8D8. Windows color (decimal): -271503 or 7461883. OLE color: 7461883.

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

Color convert

RGB251219113-
CMYK00.130.550.02
HSL46.09º94.52%71.37%-
HSV(B)46.09º54.98%98.43%-
XYZ68.172.3626-
YUV216.4869.6152.62-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.05%
GREEN value IS 219 (85.94% from 255) = 37.56%
BLUE value IS 113 (44.53% from 255) = 19.38%
R=43.05%
G=37.56%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121911300.130.550.0246.0994.5271.37
HexFBDB710D3722e5f47
Octal37333316101567256137107
Binary11111011110110111110001011011101111010111010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDB71; }

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

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

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

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

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

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

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

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