#F1F75A

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

Shades of Corn #F1F75A

Tints of Corn #F1F75A

Color information

#F1F75A (or 0xF1F75A) is unknown color: approx Corn. HEX triplet: F1, F7 and 5A. RGB value is (241,247,90). Sum of RGB (Red+Green+Blue) = 241+247+90=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 247 (96.88% from 255 or 42.73% from 578); Blue value is 90 (35.55% from 255 or 15.57% from 578); Max value from RGB is 247 - color contains mainly: green. Hex color #F1F75A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F75A is #0E08A5. Grayscale: #E3E3E3. Windows color (decimal): -919718 or 5961713. OLE color: 5961713.

HSL color Cylindrical-coordinate representation of color #F1F75A: hue angle of 62.29º degrees, saturation: 0.91, 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 #F1F75A is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB24124790-
CMYK0.0200.640.03
HSL62.29º90.75%66.08%-
HSV(B)62.29º63.56%96.86%-
XYZ71.3885.9622.5-
YUV227.3150.51137.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.70%
GREEN value IS 247 (96.88% from 255) = 42.73%
BLUE value IS 90 (35.55% from 255) = 15.57%
R=41.70%
G=42.73%
B=15.57%

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
Decimal241247900.0200.640.0362.2990.7566.08
HexF1F75A204033e5b42
Octal36136713220100376133102
Binary1111000111110111101101010010000001111111010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F75A; }

 p { color: rgb(241,247,90); }

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

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

 a { background-color: rgb(241,247,90); }

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

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

 span { border-color: rgb(241,247,90); }

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