Html Css Color HEX #F1F386 Tidal

📋 copy color: '#F1F386'

red 241 ◦ green 243 ◦ blue 134

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

Shades of Tidal #F1F386

Tints of Tidal #F1F386

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.32%

 BLUE value IS 134 (52.73% from 255) = 21.68%

R = 39%
G = 39.32%
B = 21.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F1F386 (or 0xF1F386) is known color: Tidal. HEX triplet: F1, F3 and 86. RGB value is (241,243,134). Sum of RGB (Red+Green+Blue) = 241+243+134=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 243 (95.31% from 255 or 39.32% from 618); Blue value is 134 (52.73% from 255 or 21.68% from 618); Max value from RGB is 243 - color contains mainly: green. Hex color #F1F386 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F386 is #0E0C79. Grayscale: #E6E6E6. Windows color (decimal): -920698 or 8844273. OLE color: 8844273.

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

Color convert

RGB 241 243 134 -
CMYK 0.01 0 0.45 0.05
HSL 61.1º 0.82% 0.74% -
HSV(B) 61.1º 0.45% 0.95% -
XYZ 72.63 84.52 35.04 -
YUV 229.98 73.84 135.86 -
System Red Green Blue C M Y K H S L
Decimal 241 243 134 0.01 0 0.45 0.05 61.1 0.82 0.74
Hex F1 F3 86 1 0 2D 5 3D 52 4A
Octal 361 363 206 1 0 55 5 75 122 112
Binary 11110001 11110011 10000110 1 0 101101 101 111101 1010010 1001010

Color Harmonies of #F1F386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F386

Black with #F1F386

Text Example


Text Example

White with #F1F386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F386; }

 p { color: rgb(241,243,134); }

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

background-color css

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

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

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

border-color css

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

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

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