Html Css Color HEX #F9F2BE Corn Field

📋 copy color: '#F9F2BE'

red 249 ◦ green 242 ◦ blue 190

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

Shades of Corn Field #F9F2BE

Tints of Corn Field #F9F2BE

RGB

 RED value IS 249 (97.66% from 255) = 36.56%

 GREEN value IS 242 (94.92% from 255) = 35.54%

 BLUE value IS 190 (74.61% from 255) = 27.9%

R = 36.56%
G = 35.54%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F9F2BE (or 0xF9F2BE) is known color: Corn Field. HEX triplet: F9, F2 and BE. RGB value is (249,242,190). Sum of RGB (Red+Green+Blue) = 249+242+190=681 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.56% from 681); Green value is 242 (94.92% from 255 or 35.54% from 681); Blue value is 190 (74.61% from 255 or 27.90% from 681); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F2BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F2BE is #060D41. Grayscale: #EEEEEE. Windows color (decimal): -396610 or 12514041. OLE color: 12514041.

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

Color convert

RGB 249 242 190 -
CMYK 0 0.03 0.24 0.02
HSL 52.88º 0.83% 0.86% -
HSV(B) 52.88º 0.24% 0.98% -
XYZ 80.11 87.36 61.36 -
YUV 238.17 100.82 135.73 -
System Red Green Blue C M Y K H S L
Decimal 249 242 190 0 0.03 0.24 0.02 52.88 0.83 0.86
Hex F9 F2 BE 0 3 18 2 35 53 56
Octal 371 362 276 0 3 30 2 65 123 126
Binary 11111001 11110010 10111110 0 11 11000 10 110101 1010011 1010110

Color Harmonies of #F9F2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F2BE

Black with #F9F2BE

Text Example


Text Example

White with #F9F2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F2BE; }

 p { color: rgb(249,242,190); }

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

background-color css

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

 a { background-color: rgb(249,242,190); }

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

border-color css

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

 span { border-color: rgb(249,242,190); }

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