#F0F15C

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

Shades of Corn #F0F15C

Tints of Corn #F0F15C

Color information

#F0F15C (or 0xF0F15C) is unknown color: approx Corn. HEX triplet: F0, F1 and 5C. RGB value is (240,241,92). Sum of RGB (Red+Green+Blue) = 240+241+92=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 241 (94.53% from 255 or 42.06% from 573); Blue value is 92 (36.33% from 255 or 16.06% from 573); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F15C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F15C is #0F0EA3. Grayscale: #E0E0E0. Windows color (decimal): -986788 or 6091248. OLE color: 6091248.

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

Color convert

RGB24024192-
CMYK0.0000.620.05
HSL60.4º84.18%65.29%-
HSV(B)60.4º61.83%94.51%-
XYZ69.3282.2122.34-
YUV223.7153.67139.62-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.88%
GREEN value IS 241 (94.53% from 255) = 42.06%
BLUE value IS 92 (36.33% from 255) = 16.06%
R=41.88%
G=42.06%
B=16.06%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal240241920.0000.620.0560.484.1865.29
HexF0F15C003E53c5441
Octal3603611340076574124101
Binary111100001111000110111000011111010111110010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F15C; }

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

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

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

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

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

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

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

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