Html Css Color HEX #FFF7BA Corn Field

📋 copy color: '#FFF7BA'

red 255 ◦ green 247 ◦ blue 186

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

Shades of Corn Field #FFF7BA

Tints of Corn Field #FFF7BA

RGB

 RED value IS 255 (100% from 255) = 37.06%

 GREEN value IS 247 (96.88% from 255) = 35.9%

 BLUE value IS 186 (73.05% from 255) = 27.03%

R = 37.06%
G = 35.9%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FFF7BA (or 0xFFF7BA) is known color: Corn Field. HEX triplet: FF, F7 and BA. RGB value is (255,247,186). Sum of RGB (Red+Green+Blue) = 255+247+186=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 247 (96.88% from 255 or 35.90% from 688); Blue value is 186 (73.05% from 255 or 27.03% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF7BA is #000845. Grayscale: #F2F2F2. Windows color (decimal): -2118 or 12253183. OLE color: 12253183.

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

Color convert

RGB 255 247 186 -
CMYK 0 0.03 0.27 0
HSL 53.04º 1% 0.86% -
HSV(B) 53.04º 0.27% 1% -
XYZ 83.36 91.33 59.69 -
YUV 242.44 96.15 136.96 -
System Red Green Blue C M Y K H S L
Decimal 255 247 186 0 0.03 0.27 0 53.04 1 0.86
Hex FF F7 BA 0 3 1B 0 35 64 56
Octal 377 367 272 0 3 33 0 65 144 126
Binary 11111111 11110111 10111010 0 11 11011 0 110101 1100100 1010110

Color Harmonies of #FFF7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF7BA

Black with #FFF7BA

Text Example


Text Example

White with #FFF7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF7BA; }

 p { color: rgb(255,247,186); }

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

background-color css

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

 a { background-color: rgb(255,247,186); }

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

border-color css

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

 span { border-color: rgb(255,247,186); }

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