Html Css Color HEX #F7F0BD Corn Field

📋 copy color: '#F7F0BD'

red 247 ◦ green 240 ◦ blue 189

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

Shades of Corn Field #F7F0BD

Tints of Corn Field #F7F0BD

RGB

 RED value IS 247 (96.88% from 255) = 36.54%

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

 BLUE value IS 189 (74.22% from 255) = 27.96%

R = 36.54%
G = 35.5%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F7F0BD (or 0xF7F0BD) is known color: Corn Field. HEX triplet: F7, F0 and BD. RGB value is (247,240,189). Sum of RGB (Red+Green+Blue) = 247+240+189=676 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.54% from 676); Green value is 240 (94.14% from 255 or 35.50% from 676); Blue value is 189 (74.22% from 255 or 27.96% from 676); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F0BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7F0BD is #080F42. Grayscale: #ECECEC. Windows color (decimal): -528195 or 12447991. OLE color: 12447991.

HSL color Cylindrical-coordinate representation of color #F7F0BD: hue angle of 52.76º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7F0BD is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 240 189 -
CMYK 0 0.03 0.23 0.03
HSL 52.76º 0.78% 0.85% -
HSV(B) 52.76º 0.23% 0.97% -
XYZ 78.7 85.77 60.55 -
YUV 236.28 101.32 135.65 -
System Red Green Blue C M Y K H S L
Decimal 247 240 189 0 0.03 0.23 0.03 52.76 0.78 0.85
Hex F7 F0 BD 0 3 17 3 35 4E 55
Octal 367 360 275 0 3 27 3 65 116 125
Binary 11110111 11110000 10111101 0 11 10111 11 110101 1001110 1010101

Color Harmonies of #F7F0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F0BD

Black with #F7F0BD

Text Example


Text Example

White with #F7F0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F0BD; }

 p { color: rgb(247,240,189); }

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

background-color css

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

 a { background-color: rgb(247,240,189); }

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

border-color css

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

 span { border-color: rgb(247,240,189); }

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