#F2F859

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

Shades of Corn #F2F859

Tints of Corn #F2F859

Color information

#F2F859 (or 0xF2F859) is unknown color: approx Corn. HEX triplet: F2, F8 and 59. RGB value is (242,248,89). Sum of RGB (Red+Green+Blue) = 242+248+89=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 248 (97.27% from 255 or 42.83% from 579); Blue value is 89 (35.16% from 255 or 15.37% from 579); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F859 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F859 is #0D07A6. Grayscale: #E4E4E4. Windows color (decimal): -853927 or 5896434. OLE color: 5896434.

HSL color Cylindrical-coordinate representation of color #F2F859: hue angle of 62.26º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F2F859 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB24224889-
CMYK0.0200.640.03
HSL62.26º91.91%66.08%-
HSV(B)62.26º64.11%97.25%-
XYZ71.9986.7322.4-
YUV228.0849.51137.93-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.80%
GREEN value IS 248 (97.27% from 255) = 42.83%
BLUE value IS 89 (35.16% from 255) = 15.37%
R=41.80%
G=42.83%
B=15.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal242248890.0200.640.0362.2691.9166.08
HexF2F859204033e5c42
Octal36237013120100376134102
Binary1111001011111000101100110010000001111111010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F859; }

 p { color: rgb(242,248,89); }

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

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

 a { background-color: rgb(242,248,89); }

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

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

 span { border-color: rgb(242,248,89); }

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