#FBDC6A

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

Shades of Sweet Corn #FBDC6A

Tints of Sweet Corn #FBDC6A

Color information

#FBDC6A (or 0xFBDC6A) is unknown color: approx Sweet Corn. HEX triplet: FB, DC and 6A. RGB value is (251,220,106). Sum of RGB (Red+Green+Blue) = 251+220+106=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 106 (41.80% from 255 or 18.37% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDC6A is #042395. Grayscale: #D8D8D8. Windows color (decimal): -271254 or 7003387. OLE color: 7003387.

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

Color convert

RGB251220106-
CMYK00.120.580.02
HSL47.17º94.77%70%-
HSV(B)47.17º57.77%98.43%-
XYZ67.9872.7424.09-
YUV216.2765.77152.77-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.50%
GREEN value IS 220 (86.33% from 255) = 38.13%
BLUE value IS 106 (41.80% from 255) = 18.37%
R=43.50%
G=38.13%
B=18.37%

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
Decimal25122010600.120.580.0247.1794.7770
HexFBDC6A0C3A22f5f46
Octal37333415201472257137106
Binary11111011110111001101010011001110101010111110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDC6A; }

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

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

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

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

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

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

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

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