Html Css Color HEX #F1F882 Tidal

📋 copy color: '#F1F882'

red 241 ◦ green 248 ◦ blue 130

#F1F882
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tidal #F1F882

Tints of Tidal #F1F882

RGB

 RED value IS 241 (94.53% from 255) = 38.93%

 GREEN value IS 248 (97.27% from 255) = 40.06%

 BLUE value IS 130 (51.17% from 255) = 21%

R = 38.93%
G = 40.06%
B = 21%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F1F882 (or 0xF1F882) is known color: Tidal. HEX triplet: F1, F8 and 82. RGB value is (241,248,130). Sum of RGB (Red+Green+Blue) = 241+248+130=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 248 (97.27% from 255 or 40.06% from 619); Blue value is 130 (51.17% from 255 or 21.00% from 619); Max value from RGB is 248 - color contains mainly: green. Hex color #F1F882 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F882 is #0E077D. Grayscale: #E8E8E8. Windows color (decimal): -919422 or 8583409. OLE color: 8583409.

HSL color Cylindrical-coordinate representation of color #F1F882: hue angle of 63.56º 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 #F1F882 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 241 248 130 -
CMYK 0.03 0 0.48 0.03
HSL 63.56º 0.89% 0.74% -
HSV(B) 63.56º 0.48% 0.97% -
XYZ 73.87 87.45 34.1 -
YUV 232.46 70.18 134.09 -
System Red Green Blue C M Y K H S L
Decimal 241 248 130 0.03 0 0.48 0.03 63.56 0.89 0.74
Hex F1 F8 82 3 0 30 3 40 59 4A
Octal 361 370 202 3 0 60 3 100 131 112
Binary 11110001 11111000 10000010 11 0 110000 11 1000000 1011001 1001010

Color Harmonies of #F1F882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F882

Black with #F1F882

Text Example


Text Example

White with #F1F882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F882; }

 p { color: rgb(241,248,130); }

 H1.HeaderClassName
 {
   color: #F1F882;
 }
 .AnyTagClassName
 {
   color: #F1F882;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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