#F2F881

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

Shades of Tidal #F2F881

Tints of Tidal #F2F881

Color information

#F2F881 (or 0xF2F881) is unknown color: approx Tidal. HEX triplet: F2, F8 and 81. RGB value is (242,248,129). Sum of RGB (Red+Green+Blue) = 242+248+129=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 248 (97.27% from 255 or 40.06% from 619); Blue value is 129 (50.78% from 255 or 20.84% from 619); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F881 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F881 is #0D077E. Grayscale: #E9E9E9. Windows color (decimal): -853887 or 8517874. OLE color: 8517874.

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

Color convert

RGB242248129-
CMYK0.0200.480.03
HSL63.03º89.47%73.92%-
HSV(B)63.03º47.98%97.25%-
XYZ74.1587.633.77-
YUV232.6469.51134.68-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.10%
GREEN value IS 248 (97.27% from 255) = 40.06%
BLUE value IS 129 (50.78% from 255) = 20.84%
R=39.10%
G=40.06%
B=20.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2422481290.0200.480.0363.0389.4773.92
HexF2F881203033f594a
Octal3623702012060377131112
Binary1111001011111000100000011001100001111111110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F881; }

 p { color: rgb(242,248,129); }

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

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

 a { background-color: rgb(242,248,129); }

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

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

 span { border-color: rgb(242,248,129); }

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