Html Css Color HEX #F7F0CB Corn Field

📋 copy color: '#F7F0CB'

red 247 ◦ green 240 ◦ blue 203

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

Shades of Corn Field #F7F0CB

Tints of Corn Field #F7F0CB

RGB

 RED value IS 247 (96.88% from 255) = 35.8%

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

 BLUE value IS 203 (79.69% from 255) = 29.42%

R = 35.8%
G = 34.78%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F7F0CB (or 0xF7F0CB) is known color: Corn Field. HEX triplet: F7, F0 and CB. RGB value is (247,240,203). Sum of RGB (Red+Green+Blue) = 247+240+203=690 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.80% from 690); Green value is 240 (94.14% from 255 or 34.78% from 690); Blue value is 203 (79.69% from 255 or 29.42% from 690); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F0CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7F0CB is #080F34. Grayscale: #EEEEEE. Windows color (decimal): -528181 or 13365495. OLE color: 13365495.

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

Color convert

RGB 247 240 203 -
CMYK 0 0.03 0.18 0.03
HSL 50.45º 0.73% 0.88% -
HSV(B) 50.45º 0.18% 0.97% -
XYZ 80.3 86.41 68.95 -
YUV 237.88 108.32 134.51 -
System Red Green Blue C M Y K H S L
Decimal 247 240 203 0 0.03 0.18 0.03 50.45 0.73 0.88
Hex F7 F0 CB 0 3 12 3 32 49 58
Octal 367 360 313 0 3 22 3 62 111 130
Binary 11110111 11110000 11001011 0 11 10010 11 110010 1001001 1011000

Color Harmonies of #F7F0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F0CB

Black with #F7F0CB

Text Example


Text Example

White with #F7F0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F0CB; }

 p { color: rgb(247,240,203); }

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

background-color css

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

 a { background-color: rgb(247,240,203); }

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

border-color css

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

 span { border-color: rgb(247,240,203); }

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