#FBDF6E

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

Shades of Sweet Corn #FBDF6E

Tints of Sweet Corn #FBDF6E

Color information

#FBDF6E (or 0xFBDF6E) is unknown color: approx Sweet Corn. HEX triplet: FB, DF and 6E. RGB value is (251,223,110). Sum of RGB (Red+Green+Blue) = 251+223+110=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 110 (43.36% from 255 or 18.84% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDF6E is #042091. Grayscale: #DADADA. Windows color (decimal): -270482 or 7266299. OLE color: 7266299.

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

Color convert

RGB251223110-
CMYK00.110.560.02
HSL48.09º94.63%70.78%-
HSV(B)48.09º56.18%98.43%-
XYZ68.9974.4125.48-
YUV218.4966.78151.19-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.98%
GREEN value IS 223 (87.5% from 255) = 38.18%
BLUE value IS 110 (43.36% from 255) = 18.84%
R=42.98%
G=38.18%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122311000.110.560.0248.0994.6370.78
HexFBDF6E0B382305f47
Octal37333715601370260137107
Binary11111011110111111101110010111110001011000010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDF6E; }

 p { color: rgb(251,223,110); }

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

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

 a { background-color: rgb(251,223,110); }

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

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

 span { border-color: rgb(251,223,110); }

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