#F1F18C

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

Shades of Tidal #F1F18C

Tints of Tidal #F1F18C

Color information

#F1F18C (or 0xF1F18C) is unknown color: approx Tidal. HEX triplet: F1, F1 and 8C. RGB value is (241,241,140). Sum of RGB (Red+Green+Blue) = 241+241+140=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 241 (94.53% from 255 or 38.75% from 622); Blue value is 140 (55.08% from 255 or 22.51% from 622); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F18C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F18C is #0E0E73. Grayscale: #E5E5E5. Windows color (decimal): -921204 or 9236977. OLE color: 9236977.

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

Color convert

RGB241241140-
CMYK000.420.05
HSL60º78.29%74.71%-
HSV(B)60º41.91%94.51%-
XYZ72.4683.537.11-
YUV229.4977.5136.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.75%
GREEN value IS 241 (94.53% from 255) = 38.75%
BLUE value IS 140 (55.08% from 255) = 22.51%
R=38.75%
G=38.75%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241241140000.420.056078.2974.71
HexF1F18C002A53c4e4b
Octal3613612140052574116113
Binary1111000111110001100011000010101010111110010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F18C; }

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

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

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

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

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

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

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

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