#F2F35F

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

Shades of Corn #F2F35F

Tints of Corn #F2F35F

Color information

#F2F35F (or 0xF2F35F) is unknown color: approx Corn. HEX triplet: F2, F3 and 5F. RGB value is (242,243,95). Sum of RGB (Red+Green+Blue) = 242+243+95=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 243 (95.31% from 255 or 41.90% from 580); Blue value is 95 (37.5% from 255 or 16.38% from 580); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F35F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F35F is #0D0CA0. Grayscale: #E2E2E2. Windows color (decimal): -855201 or 6288370. OLE color: 6288370.

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

Color convert

RGB24224395-
CMYK0.0000.610.05
HSL60.41º86.05%66.27%-
HSV(B)60.41º60.91%95.29%-
XYZ70.7383.823.27-
YUV225.8354.17139.53-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.72%
GREEN value IS 243 (95.31% from 255) = 41.90%
BLUE value IS 95 (37.5% from 255) = 16.38%
R=41.72%
G=41.90%
B=16.38%

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
Decimal242243950.0000.610.0560.4186.0566.27
HexF2F35F003D53c5642
Octal3623631370075574126102
Binary111100101111001110111110011110110111110010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F35F; }

 p { color: rgb(242,243,95); }

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

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

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

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

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

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

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