#F1F97F

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

Shades of Tidal #F1F97F

Tints of Tidal #F1F97F

Color information

#F1F97F (or 0xF1F97F) is unknown color: approx Tidal. HEX triplet: F1, F9 and 7F. RGB value is (241,249,127). Sum of RGB (Red+Green+Blue) = 241+249+127=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 249 (97.66% from 255 or 40.36% from 617); Blue value is 127 (50% from 255 or 20.58% from 617); Max value from RGB is 249 - color contains mainly: green. Hex color #F1F97F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F97F is #0E0680. Grayscale: #E9E9E9. Windows color (decimal): -919169 or 8387057. OLE color: 8387057.

HSL color Cylindrical-coordinate representation of color #F1F97F: hue angle of 63.93º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F1F97F is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB241249127-
CMYK0.0300.490.02
HSL63.93º91.04%73.73%-
HSV(B)63.93º49%97.65%-
XYZ73.9887.9833.16-
YUV232.768.35133.92-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.06%
GREEN value IS 249 (97.66% from 255) = 40.36%
BLUE value IS 127 (50% from 255) = 20.58%
R=39.06%
G=40.36%
B=20.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412491270.0300.490.0263.9391.0473.73
HexF1F97F30312405b4a
Octal36137117730612100133112
Binary1111000111111001111111111011000110100000010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F97F; }

 p { color: rgb(241,249,127); }

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

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

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

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

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

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

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