Html Css Color HEX #FFF5C5 Corn Field

📋 copy color: '#FFF5C5'

red 255 ◦ green 245 ◦ blue 197

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

Shades of Corn Field #FFF5C5

Tints of Corn Field #FFF5C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 28.26%

R = 36.59%
G = 35.15%
B = 28.26%

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

#FFF5C5 (or 0xFFF5C5) is known color: Corn Field. HEX triplet: FF, F5 and C5. RGB value is (255,245,197). Sum of RGB (Red+Green+Blue) = 255+245+197=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 245 (96.09% from 255 or 35.15% from 697); Blue value is 197 (77.34% from 255 or 28.26% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF5C5 is #000A3A. Grayscale: #F2F2F2. Windows color (decimal): -2619 or 12973567. OLE color: 12973567.

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

Color convert

RGB 255 245 197 -
CMYK 0 0.04 0.23 0
HSL 49.66º 1% 0.89% -
HSV(B) 49.66º 0.23% 1% -
XYZ 83.97 90.6 65.88 -
YUV 242.52 102.31 136.9 -
System Red Green Blue C M Y K H S L
Decimal 255 245 197 0 0.04 0.23 0 49.66 1 0.89
Hex FF F5 C5 0 4 17 0 32 64 59
Octal 377 365 305 0 4 27 0 62 144 131
Binary 11111111 11110101 11000101 0 100 10111 0 110010 1100100 1011001

Color Harmonies of #FFF5C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF5C5

Black with #FFF5C5

Text Example


Text Example

White with #FFF5C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF5C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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