Html Css Color HEX #F8F0BF Corn Field

📋 copy color: '#F8F0BF'

red 248 ◦ green 240 ◦ blue 191

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

Shades of Corn Field #F8F0BF

Tints of Corn Field #F8F0BF

RGB

 RED value IS 248 (97.27% from 255) = 36.52%

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

 BLUE value IS 191 (75% from 255) = 28.13%

R = 36.52%
G = 35.35%
B = 28.13%

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

#F8F0BF (or 0xF8F0BF) is known color: Corn Field. HEX triplet: F8, F0 and BF. RGB value is (248,240,191). Sum of RGB (Red+Green+Blue) = 248+240+191=679 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.52% from 679); Green value is 240 (94.14% from 255 or 35.35% from 679); Blue value is 191 (75% from 255 or 28.13% from 679); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F0BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F0BF is #070F40. Grayscale: #EDEDED. Windows color (decimal): -462657 or 12579064. OLE color: 12579064.

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

Color convert

RGB 248 240 191 -
CMYK 0 0.03 0.23 0.03
HSL 51.58º 0.8% 0.86% -
HSV(B) 51.58º 0.23% 0.97% -
XYZ 79.28 86.04 61.72 -
YUV 236.81 102.15 135.98 -
System Red Green Blue C M Y K H S L
Decimal 248 240 191 0 0.03 0.23 0.03 51.58 0.8 0.86
Hex F8 F0 BF 0 3 17 3 34 50 56
Octal 370 360 277 0 3 27 3 64 120 126
Binary 11111000 11110000 10111111 0 11 10111 11 110100 1010000 1010110

Color Harmonies of #F8F0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F0BF

Black with #F8F0BF

Text Example


Text Example

White with #F8F0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F0BF; }

 p { color: rgb(248,240,191); }

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

background-color css

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

 a { background-color: rgb(248,240,191); }

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

border-color css

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

 span { border-color: rgb(248,240,191); }

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