#FBDD6A

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

Shades of Sweet Corn #FBDD6A

Tints of Sweet Corn #FBDD6A

Color information

#FBDD6A (or 0xFBDD6A) is unknown color: approx Sweet Corn. HEX triplet: FB, DD and 6A. RGB value is (251,221,106). Sum of RGB (Red+Green+Blue) = 251+221+106=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 106 (41.80% from 255 or 18.34% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDD6A is #042295. Grayscale: #D9D9D9. Windows color (decimal): -270998 or 7003643. OLE color: 7003643.

HSL color Cylindrical-coordinate representation of color #FBDD6A: hue angle of 47.59º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FBDD6A is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB251221106-
CMYK00.120.580.02
HSL47.59º94.77%70%-
HSV(B)47.59º57.77%98.43%-
XYZ68.2473.2624.18-
YUV216.8665.44152.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.43%
GREEN value IS 221 (86.72% from 255) = 38.24%
BLUE value IS 106 (41.80% from 255) = 18.34%
R=43.43%
G=38.24%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122110600.120.580.0247.5994.7770
HexFBDD6A0C3A2305f46
Octal37333515201472260137106
Binary11111011110111011101010011001110101011000010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDD6A; }

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

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

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

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

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

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

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

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