#F1F68C

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

Shades of Tidal #F1F68C

Tints of Tidal #F1F68C

Color information

#F1F68C (or 0xF1F68C) is unknown color: approx Tidal. HEX triplet: F1, F6 and 8C. RGB value is (241,246,140). Sum of RGB (Red+Green+Blue) = 241+246+140=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 246 (96.48% from 255 or 39.23% from 627); Blue value is 140 (55.08% from 255 or 22.33% from 627); Max value from RGB is 246 - color contains mainly: green. Hex color #F1F68C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F68C is #0E0973. Grayscale: #E8E8E8. Windows color (decimal): -919924 or 9238257. OLE color: 9238257.

HSL color Cylindrical-coordinate representation of color #F1F68C: hue angle of 62.83º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F1F68C is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB241246140-
CMYK0.0200.430.04
HSL62.83º85.48%75.69%-
HSV(B)62.83º43.09%96.47%-
XYZ73.9786.5137.61-
YUV232.4275.84134.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.44%
GREEN value IS 246 (96.48% from 255) = 39.23%
BLUE value IS 140 (55.08% from 255) = 22.33%
R=38.44%
G=39.23%
B=22.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2412461400.0200.430.0462.8385.4875.69
HexF1F68C202B43f554c
Octal3613662142053477125114
Binary11110001111101101000110010010101110011111110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F68C; }

 p { color: rgb(241,246,140); }

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

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

 a { background-color: rgb(241,246,140); }

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

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

 span { border-color: rgb(241,246,140); }

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