#F6F0BB

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

Shades of Corn Field #F6F0BB

Tints of Corn Field #F6F0BB

Color information

#F6F0BB (or 0xF6F0BB) is unknown color: approx Corn Field. HEX triplet: F6, F0 and BB. RGB value is (246,240,187). Sum of RGB (Red+Green+Blue) = 246+240+187=673 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.55% from 673); Green value is 240 (94.14% from 255 or 35.66% from 673); Blue value is 187 (73.44% from 255 or 27.79% from 673); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F0BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F0BB is #090F44. Grayscale: #EBEBEB. Windows color (decimal): -593733 or 12316918. OLE color: 12316918.

HSL color Cylindrical-coordinate representation of color #F6F0BB: hue angle of 53.9º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6F0BB is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB246240187-
CMYK00.020.240.04
HSL53.9º76.62%84.9%-
HSV(B)53.9º23.98%96.47%-
XYZ78.1485.559.4-
YUV235.75100.49135.31-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.55%
GREEN value IS 240 (94.14% from 255) = 35.66%
BLUE value IS 187 (73.44% from 255) = 27.79%
R=36.55%
G=35.66%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24624018700.020.240.0453.976.6284.9
HexF6F0BB02184364d55
Octal3663602730230466115125
Binary1111011011110000101110110101100010011011010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F0BB; }

 p { color: rgb(246,240,187); }

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

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

 a { background-color: rgb(246,240,187); }

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

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

 span { border-color: rgb(246,240,187); }

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