Html Css Color HEX #F8F0BA Corn Field

📋 copy color: '#F8F0BA'

red 248 ◦ green 240 ◦ blue 186

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

Shades of Corn Field #F8F0BA

Tints of Corn Field #F8F0BA

RGB

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

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

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

R = 36.8%
G = 35.61%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F8F0BA (or 0xF8F0BA) is known color: Corn Field. HEX triplet: F8, F0 and BA. RGB value is (248,240,186). Sum of RGB (Red+Green+Blue) = 248+240+186=674 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.80% from 674); Green value is 240 (94.14% from 255 or 35.61% from 674); Blue value is 186 (73.05% from 255 or 27.60% from 674); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F0BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F0BA is #070F45. Grayscale: #ECECEC. Windows color (decimal): -462662 or 12251384. OLE color: 12251384.

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

Color convert

RGB 248 240 186 -
CMYK 0 0.03 0.25 0.03
HSL 52.26º 0.82% 0.85% -
HSV(B) 52.26º 0.25% 0.97% -
XYZ 78.73 85.82 58.87 -
YUV 236.24 99.65 136.39 -
System Red Green Blue C M Y K H S L
Decimal 248 240 186 0 0.03 0.25 0.03 52.26 0.82 0.85
Hex F8 F0 BA 0 3 19 3 34 52 55
Octal 370 360 272 0 3 31 3 64 122 125
Binary 11111000 11110000 10111010 0 11 11001 11 110100 1010010 1010101

Color Harmonies of #F8F0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F0BA

Black with #F8F0BA

Text Example


Text Example

White with #F8F0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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