#FBDD71

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

Shades of Sweet Corn #FBDD71

Tints of Sweet Corn #FBDD71

Color information

#FBDD71 (or 0xFBDD71) is unknown color: approx Sweet Corn. HEX triplet: FB, DD and 71. RGB value is (251,221,113). Sum of RGB (Red+Green+Blue) = 251+221+113=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 113 (44.53% from 255 or 19.32% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDD71 is #04228E. Grayscale: #DADADA. Windows color (decimal): -270991 or 7462395. OLE color: 7462395.

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

Color convert

RGB251221113-
CMYK00.120.550.02
HSL46.96º94.52%71.37%-
HSV(B)46.96º54.98%98.43%-
XYZ68.6273.4126.18-
YUV217.6668.94151.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.91%
GREEN value IS 221 (86.72% from 255) = 37.78%
BLUE value IS 113 (44.53% from 255) = 19.32%
R=42.91%
G=37.78%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122111300.120.550.0246.9694.5271.37
HexFBDD710C3722f5f47
Octal37333516101467257137107
Binary11111011110111011110001011001101111010111110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDD71; }

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

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

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

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

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

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

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

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