#F1F284

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

Shades of Tidal #F1F284

Tints of Tidal #F1F284

Color information

#F1F284 (or 0xF1F284) is unknown color: approx Tidal. HEX triplet: F1, F2 and 84. RGB value is (241,242,132). Sum of RGB (Red+Green+Blue) = 241+242+132=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 132 (51.95% from 255 or 21.46% from 615); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F284 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F284 is #0E0D7B. Grayscale: #E5E5E5. Windows color (decimal): -920956 or 8712945. OLE color: 8712945.

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

Color convert

RGB241242132-
CMYK0.0000.450.05
HSL60.55º80.88%73.33%-
HSV(B)60.55º45.45%94.9%-
XYZ72.1983.8734.21-
YUV229.1673.17136.44-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.19%
GREEN value IS 242 (94.92% from 255) = 39.35%
BLUE value IS 132 (51.95% from 255) = 21.46%
R=39.19%
G=39.35%
B=21.46%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412421320.0000.450.0560.5580.8873.33
HexF1F284002D53d5149
Octal3613622040055575121111
Binary1111000111110010100001000010110110111110110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F284; }

 p { color: rgb(241,242,132); }

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

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

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

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

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

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

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