Html Css Color HEX #F8F0B6 Corn Field

📋 copy color: '#F8F0B6'

red 248 ◦ green 240 ◦ blue 182

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

Shades of Corn Field #F8F0B6

Tints of Corn Field #F8F0B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 27.16%

R = 37.01%
G = 35.82%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#F8F0B6 (or 0xF8F0B6) is known color: Corn Field. HEX triplet: F8, F0 and B6. RGB value is (248,240,182). Sum of RGB (Red+Green+Blue) = 248+240+182=670 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.01% from 670); Green value is 240 (94.14% from 255 or 35.82% from 670); Blue value is 182 (71.48% from 255 or 27.16% from 670); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F0B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F0B6 is #070F49. Grayscale: #ECECEC. Windows color (decimal): -462666 or 11989240. OLE color: 11989240.

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

Color convert

RGB 248 240 182 -
CMYK 0 0.03 0.27 0.03
HSL 52.73º 0.83% 0.84% -
HSV(B) 52.73º 0.27% 0.97% -
XYZ 78.31 85.65 56.66 -
YUV 235.78 97.65 136.72 -
System Red Green Blue C M Y K H S L
Decimal 248 240 182 0 0.03 0.27 0.03 52.73 0.83 0.84
Hex F8 F0 B6 0 3 1B 3 35 52 54
Octal 370 360 266 0 3 33 3 65 122 124
Binary 11111000 11110000 10110110 0 11 11011 11 110101 1010010 1010100

Color Harmonies of #F8F0B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F0B6

Black with #F8F0B6

Text Example


Text Example

White with #F8F0B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F0B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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