#F5F0C1

Color #F5F0C1 Corn Field (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Field #F5F0C1

Tints of Corn Field #F5F0C1

Color information

#F5F0C1 (or 0xF5F0C1) is unknown color: approx Corn Field. HEX triplet: F5, F0 and C1. RGB value is (245,240,193). Sum of RGB (Red+Green+Blue) = 245+240+193=678 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.14% from 678); Green value is 240 (94.14% from 255 or 35.40% from 678); Blue value is 193 (75.78% from 255 or 28.47% from 678); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F0C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F0C1 is #0A0F3E. Grayscale: #ECECEC. Windows color (decimal): -659263 or 12710133. OLE color: 12710133.

HSL color Cylindrical-coordinate representation of color #F5F0C1: hue angle of 54.23º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F5F0C1 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB245240193-
CMYK00.020.210.04
HSL54.23º72.22%85.88%-
HSV(B)54.23º21.22%96.08%-
XYZ78.4485.5862.84-
YUV236.14103.66134.32-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.14%
GREEN value IS 240 (94.14% from 255) = 35.40%
BLUE value IS 193 (75.78% from 255) = 28.47%
R=36.14%
G=35.40%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524019300.020.210.0454.2372.2285.88
HexF5F0C102154364856
Octal3653603010225466110126
Binary1111010111110000110000010101010110011011010010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F0C1; }

 p { color: rgb(245,240,193); }

 H1.HeaderClassName
 {
   color: #F5F0C1;
 }
 .AnyTagClassName
 {
   color: #F5F0C1;
 }
</style>
background-color css

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

 a { background-color: rgb(245,240,193); }

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

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

 span { border-color: rgb(245,240,193); }

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