#F1F060

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

Shades of Corn #F1F060

Tints of Corn #F1F060

Color information

#F1F060 (or 0xF1F060) is unknown color: approx Corn. HEX triplet: F1, F0 and 60. RGB value is (241,240,96). Sum of RGB (Red+Green+Blue) = 241+240+96=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 240 (94.14% from 255 or 41.59% from 577); Blue value is 96 (37.89% from 255 or 16.64% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F060 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F060 is #0E0F9F. Grayscale: #E0E0E0. Windows color (decimal): -921504 or 6353137. OLE color: 6353137.

HSL color Cylindrical-coordinate representation of color #F1F060: hue angle of 59.59º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F1F060 is Cyan = 0, Magento = 0.00, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24124096-
CMYK00.000.600.05
HSL59.59º83.82%66.08%-
HSV(B)59.59º60.17%94.51%-
XYZ69.5581.8723.2-
YUV223.8855.83140.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.77%
GREEN value IS 240 (94.14% from 255) = 41.59%
BLUE value IS 96 (37.89% from 255) = 16.64%
R=41.77%
G=41.59%
B=16.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412409600.000.600.0559.5983.8266.08
HexF1F060003C53c5442
Octal3613601400074574124102
Binary111100011111000011000000011110010111110010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F060; }

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

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

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

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

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

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

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

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