#F2F25D

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

Shades of Corn #F2F25D

Tints of Corn #F2F25D

Color information

#F2F25D (or 0xF2F25D) is unknown color: approx Corn. HEX triplet: F2, F2 and 5D. RGB value is (242,242,93). Sum of RGB (Red+Green+Blue) = 242+242+93=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 93 (36.72% from 255 or 16.12% from 577); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F25D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F25D is #0D0DA2. Grayscale: #E1E1E1. Windows color (decimal): -855459 or 6157042. OLE color: 6157042.

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

Color convert

RGB24224293-
CMYK000.620.05
HSL60º85.14%65.69%-
HSV(B)60º61.57%94.9%-
XYZ70.3583.1722.7-
YUV225.0153.5140.12-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.94%
GREEN value IS 242 (94.92% from 255) = 41.94%
BLUE value IS 93 (36.72% from 255) = 16.12%
R=41.94%
G=41.94%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24224293000.620.056085.1465.69
HexF2F25D003E53c5542
Octal3623621350076574125102
Binary111100101111001010111010011111010111110010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F25D; }

 p { color: rgb(242,242,93); }

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

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

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

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

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

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

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