#FFF9BF

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

Shades of Corn Field #FFF9BF

Tints of Corn Field #FFF9BF

Color information

#FFF9BF (or 0xFFF9BF) is unknown color: approx Corn Field. HEX triplet: FF, F9 and BF. RGB value is (255,249,191). Sum of RGB (Red+Green+Blue) = 255+249+191=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 249 (97.66% from 255 or 35.83% from 695); Blue value is 191 (75% from 255 or 27.48% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF9BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF9BF is #000640. Grayscale: #F4F4F4. Windows color (decimal): -1601 or 12581375. OLE color: 12581375.

HSL color Cylindrical-coordinate representation of color #FFF9BF: hue angle of 54.38º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFF9BF is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB255249191-
CMYK00.020.250
HSL54.38º100%87.45%-
HSV(B)54.38º25.1%100%-
XYZ84.5292.7762.74-
YUV244.1897.99135.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.69%
GREEN value IS 249 (97.66% from 255) = 35.83%
BLUE value IS 191 (75% from 255) = 27.48%
R=36.69%
G=35.83%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524919100.020.25054.3810087.45
HexFFF9BF02190366457
Octal3773712770231066144127
Binary11111111111110011011111101011001011011011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF9BF; }

 p { color: rgb(255,249,191); }

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

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

 a { background-color: rgb(255,249,191); }

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

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

 span { border-color: rgb(255,249,191); }

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