#FBDE6C

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

Shades of Sweet Corn #FBDE6C

Tints of Sweet Corn #FBDE6C

Color information

#FBDE6C (or 0xFBDE6C) is unknown color: approx Sweet Corn. HEX triplet: FB, DE and 6C. RGB value is (251,222,108). Sum of RGB (Red+Green+Blue) = 251+222+108=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 108 (42.58% from 255 or 18.59% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDE6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDE6C is #042193. Grayscale: #DADADA. Windows color (decimal): -270740 or 7134971. OLE color: 7134971.

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

Color convert

RGB251222108-
CMYK00.120.570.02
HSL47.83º94.7%70.39%-
HSV(B)47.83º56.97%98.43%-
XYZ68.6173.8324.82-
YUV217.6866.11151.77-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.20%
GREEN value IS 222 (87.11% from 255) = 38.21%
BLUE value IS 108 (42.58% from 255) = 18.59%
R=43.20%
G=38.21%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122210800.120.570.0247.8394.770.39
HexFBDE6C0C392305f46
Octal37333615401471260137106
Binary11111011110111101101100011001110011011000010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDE6C; }

 p { color: rgb(251,222,108); }

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

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

 a { background-color: rgb(251,222,108); }

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

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

 span { border-color: rgb(251,222,108); }

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