Html Css Color HEX #FFF7C2 Corn Field

📋 copy color: '#FFF7C2'

red 255 ◦ green 247 ◦ blue 194

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

Shades of Corn Field #FFF7C2

Tints of Corn Field #FFF7C2

RGB

 RED value IS 255 (100% from 255) = 36.64%

 GREEN value IS 247 (96.88% from 255) = 35.49%

 BLUE value IS 194 (76.17% from 255) = 27.87%

R = 36.64%
G = 35.49%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FFF7C2 (or 0xFFF7C2) is known color: Corn Field. HEX triplet: FF, F7 and C2. RGB value is (255,247,194). Sum of RGB (Red+Green+Blue) = 255+247+194=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 247 (96.88% from 255 or 35.49% from 696); Blue value is 194 (76.17% from 255 or 27.87% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF7C2 is #00083D. Grayscale: #F3F3F3. Windows color (decimal): -2110 or 12777471. OLE color: 12777471.

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

Color convert

RGB 255 247 194 -
CMYK 0 0.03 0.24 0
HSL 52.13º 1% 0.88% -
HSV(B) 52.13º 0.24% 1% -
XYZ 84.24 91.68 64.29 -
YUV 243.35 100.15 136.31 -
System Red Green Blue C M Y K H S L
Decimal 255 247 194 0 0.03 0.24 0 52.13 1 0.88
Hex FF F7 C2 0 3 18 0 34 64 58
Octal 377 367 302 0 3 30 0 64 144 130
Binary 11111111 11110111 11000010 0 11 11000 0 110100 1100100 1011000

Color Harmonies of #FFF7C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF7C2

Black with #FFF7C2

Text Example


Text Example

White with #FFF7C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF7C2; }

 p { color: rgb(255,247,194); }

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

background-color css

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

 a { background-color: rgb(255,247,194); }

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

border-color css

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

 span { border-color: rgb(255,247,194); }

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