#F4F160

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

Shades of Corn #F4F160

Tints of Corn #F4F160

Color information

#F4F160 (or 0xF4F160) is unknown color: approx Corn. HEX triplet: F4, F1 and 60. RGB value is (244,241,96). Sum of RGB (Red+Green+Blue) = 244+241+96=581 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.00% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 96 (37.89% from 255 or 16.52% from 581); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F160 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4F160 is #0B0E9F. Grayscale: #E1E1E1. Windows color (decimal): -724640 or 6353396. OLE color: 6353396.

HSL color Cylindrical-coordinate representation of color #F4F160: hue angle of 58.78º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F4F160 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB24424196-
CMYK00.010.610.04
HSL58.78º87.06%66.67%-
HSV(B)58.78º60.66%95.69%-
XYZ70.8782.9923.35-
YUV225.3754.99141.29-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.00%
GREEN value IS 241 (94.53% from 255) = 41.48%
BLUE value IS 96 (37.89% from 255) = 16.52%
R=42.00%
G=41.48%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442419600.010.610.0458.7887.0666.67
HexF4F160013D43b5743
Octal3643611400175473127103
Binary111101001111000111000000111110110011101110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4F160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4F160; }

 p { color: rgb(244,241,96); }

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

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

 a { background-color: rgb(244,241,96); }

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

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

 span { border-color: rgb(244,241,96); }

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