Html Css Color HEX #F1F285 Tidal

📋 copy color: '#F1F285'

red 241 ◦ green 242 ◦ blue 133

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

Shades of Tidal #F1F285

Tints of Tidal #F1F285

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.29%

 BLUE value IS 133 (52.34% from 255) = 21.59%

R = 39.12%
G = 39.29%
B = 21.59%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F1F285 (or 0xF1F285) is known color: Tidal. HEX triplet: F1, F2 and 85. RGB value is (241,242,133). Sum of RGB (Red+Green+Blue) = 241+242+133=616 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.12% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 133 (52.34% from 255 or 21.59% from 616); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F285 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F285 is #0E0D7A. Grayscale: #E5E5E5. Windows color (decimal): -920955 or 8778481. OLE color: 8778481.

HSL color Cylindrical-coordinate representation of color #F1F285: hue angle of 60.55º degrees, saturation: 0.81, 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 #F1F285 is Cyan = 0.00, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 242 133 -
CMYK 0.00 0 0.45 0.05
HSL 60.55º 0.81% 0.74% -
HSV(B) 60.55º 0.45% 0.95% -
XYZ 72.26 83.9 34.58 -
YUV 229.28 73.67 136.36 -
System Red Green Blue C M Y K H S L
Decimal 241 242 133 0.00 0 0.45 0.05 60.55 0.81 0.74
Hex F1 F2 85 0 0 2D 5 3D 51 4A
Octal 361 362 205 0 0 55 5 75 121 112
Binary 11110001 11110010 10000101 0 0 101101 101 111101 1010001 1001010

Color Harmonies of #F1F285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F285

Black with #F1F285

Text Example


Text Example

White with #F1F285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F285; }

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

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

background-color css

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

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

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

border-color css

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

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

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