#F9F2BC

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

Shades of Corn Field #F9F2BC

Tints of Corn Field #F9F2BC

Color information

#F9F2BC (or 0xF9F2BC) is unknown color: approx Corn Field. HEX triplet: F9, F2 and BC. RGB value is (249,242,188). Sum of RGB (Red+Green+Blue) = 249+242+188=679 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.67% from 679); Green value is 242 (94.92% from 255 or 35.64% from 679); Blue value is 188 (73.83% from 255 or 27.69% from 679); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F2BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F2BC is #060D43. Grayscale: #EEEEEE. Windows color (decimal): -396612 or 12382969. OLE color: 12382969.

HSL color Cylindrical-coordinate representation of color #F9F2BC: hue angle of 53.11º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9F2BC is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB249242188-
CMYK00.030.240.02
HSL53.11º83.56%85.69%-
HSV(B)53.11º24.5%97.65%-
XYZ79.987.2760.21-
YUV237.9499.82135.89-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.67%
GREEN value IS 242 (94.92% from 255) = 35.64%
BLUE value IS 188 (73.83% from 255) = 27.69%
R=36.67%
G=35.64%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24924218800.030.240.0253.1183.5685.69
HexF9F2BC03182355456
Octal3713622740330265124126
Binary111110011111001010111100011110001011010110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F2BC; }

 p { color: rgb(249,242,188); }

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

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

 a { background-color: rgb(249,242,188); }

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

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

 span { border-color: rgb(249,242,188); }

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