#F0F15D

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

Shades of Corn #F0F15D

Tints of Corn #F0F15D

Color information

#F0F15D (or 0xF0F15D) is unknown color: approx Corn. HEX triplet: F0, F1 and 5D. RGB value is (240,241,93). Sum of RGB (Red+Green+Blue) = 240+241+93=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 93 (36.72% from 255 or 16.20% from 574); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F15D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F15D is #0F0EA2. Grayscale: #E0E0E0. Windows color (decimal): -986787 or 6156784. OLE color: 6156784.

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

Color convert

RGB24024193-
CMYK0.0000.610.05
HSL60.41º84.09%65.49%-
HSV(B)60.41º61.41%94.51%-
XYZ69.3782.2322.57-
YUV223.8354.17139.53-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.81%
GREEN value IS 241 (94.53% from 255) = 41.99%
BLUE value IS 93 (36.72% from 255) = 16.20%
R=41.81%
G=41.99%
B=16.20%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal240241930.0000.610.0560.4184.0965.49
HexF0F15D003D53c5441
Octal3603611350075574124101
Binary111100001111000110111010011110110111110010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F15D; }

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

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

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

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

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

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

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

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