#F7F0B8

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

Shades of Corn Field #F7F0B8

Tints of Corn Field #F7F0B8

Color information

#F7F0B8 (or 0xF7F0B8) is unknown color: approx Corn Field. HEX triplet: F7, F0 and B8. RGB value is (247,240,184). Sum of RGB (Red+Green+Blue) = 247+240+184=671 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.81% from 671); Green value is 240 (94.14% from 255 or 35.77% from 671); Blue value is 184 (72.27% from 255 or 27.42% from 671); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F0B8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7F0B8 is #080F47. Grayscale: #EBEBEB. Windows color (decimal): -528200 or 12120311. OLE color: 12120311.

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

Color convert

RGB247240184-
CMYK00.030.260.03
HSL53.33º79.75%84.51%-
HSV(B)53.33º25.51%96.86%-
XYZ78.1785.5657.74-
YUV235.7198.82136.05-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.81%
GREEN value IS 240 (94.14% from 255) = 35.77%
BLUE value IS 184 (72.27% from 255) = 27.42%
R=36.81%
G=35.77%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724018400.030.260.0353.3379.7584.51
HexF7F0B8031A3355055
Octal3673602700332365120125
Binary111101111111000010111000011110101111010110100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F0B8; }

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

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

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

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

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

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

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

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