Html Css Color HEX #F6F0BF Corn Field

📋 copy color: '#F6F0BF'

red 246 ◦ green 240 ◦ blue 191

#F6F0BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corn Field #F6F0BF

Tints of Corn Field #F6F0BF

RGB

 RED value IS 246 (96.48% from 255) = 36.34%

 GREEN value IS 240 (94.14% from 255) = 35.45%

 BLUE value IS 191 (75% from 255) = 28.21%

R = 36.34%
G = 35.45%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F6F0BF (or 0xF6F0BF) is known color: Corn Field. HEX triplet: F6, F0 and BF. RGB value is (246,240,191). Sum of RGB (Red+Green+Blue) = 246+240+191=677 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.34% from 677); Green value is 240 (94.14% from 255 or 35.45% from 677); Blue value is 191 (75% from 255 or 28.21% from 677); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F0BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F0BF is #090F40. Grayscale: #ECECEC. Windows color (decimal): -593729 or 12579062. OLE color: 12579062.

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

Color convert

RGB 246 240 191 -
CMYK 0 0.02 0.22 0.04
HSL 53.45º 0.75% 0.86% -
HSV(B) 53.45º 0.22% 0.96% -
XYZ 78.57 85.67 61.69 -
YUV 236.21 102.49 134.98 -
System Red Green Blue C M Y K H S L
Decimal 246 240 191 0 0.02 0.22 0.04 53.45 0.75 0.86
Hex F6 F0 BF 0 2 16 4 35 4B 56
Octal 366 360 277 0 2 26 4 65 113 126
Binary 11110110 11110000 10111111 0 10 10110 100 110101 1001011 1010110

Color Harmonies of #F6F0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6F0BF

Black with #F6F0BF

Text Example


Text Example

White with #F6F0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6F0BF; }

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

 H1.HeaderClassName
 {
   color: #F6F0BF;
 }
 .AnyTagClassName
 {
   color: #F6F0BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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