Html Css Color HEX #FFF5C4 Corn Field

📋 copy color: '#FFF5C4'

red 255 ◦ green 245 ◦ blue 196

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

Shades of Corn Field #FFF5C4

Tints of Corn Field #FFF5C4

RGB

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

 GREEN value IS 245 (96.09% from 255) = 35.2%

 BLUE value IS 196 (76.95% from 255) = 28.16%

R = 36.64%
G = 35.2%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FFF5C4 (or 0xFFF5C4) is known color: Corn Field. HEX triplet: FF, F5 and C4. RGB value is (255,245,196). Sum of RGB (Red+Green+Blue) = 255+245+196=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 245 (96.09% from 255 or 35.20% from 696); Blue value is 196 (76.95% from 255 or 28.16% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF5C4 is #000A3B. Grayscale: #F2F2F2. Windows color (decimal): -2620 or 12908031. OLE color: 12908031.

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

Color convert

RGB 255 245 196 -
CMYK 0 0.04 0.23 0
HSL 49.83º 1% 0.88% -
HSV(B) 49.83º 0.23% 1% -
XYZ 83.86 90.55 65.28 -
YUV 242.4 101.81 136.98 -
System Red Green Blue C M Y K H S L
Decimal 255 245 196 0 0.04 0.23 0 49.83 1 0.88
Hex FF F5 C4 0 4 17 0 32 64 58
Octal 377 365 304 0 4 27 0 62 144 130
Binary 11111111 11110101 11000100 0 100 10111 0 110010 1100100 1011000

Color Harmonies of #FFF5C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF5C4

Black with #FFF5C4

Text Example


Text Example

White with #FFF5C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF5C4; }

 p { color: rgb(255,245,196); }

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

background-color css

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

 a { background-color: rgb(255,245,196); }

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

border-color css

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

 span { border-color: rgb(255,245,196); }

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