Html Css Color HEX #F1F28D Tidal

📋 copy color: '#F1F28D'

red 241 ◦ green 242 ◦ blue 141

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

Shades of Tidal #F1F28D

Tints of Tidal #F1F28D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 22.6%

R = 38.62%
G = 38.78%
B = 22.6%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1F28D (or 0xF1F28D) is known color: Tidal. HEX triplet: F1, F2 and 8D. RGB value is (241,242,141). Sum of RGB (Red+Green+Blue) = 241+242+141=624 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.62% from 624); Green value is 242 (94.92% from 255 or 38.78% from 624); Blue value is 141 (55.47% from 255 or 22.60% from 624); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F28D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F28D is #0E0D72. Grayscale: #E6E6E6. Windows color (decimal): -920947 or 9302769. OLE color: 9302769.

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

Color convert

RGB 241 242 141 -
CMYK 0.00 0 0.42 0.05
HSL 60.59º 0.8% 0.75% -
HSV(B) 60.59º 0.42% 0.95% -
XYZ 72.84 84.13 37.6 -
YUV 230.19 77.67 135.71 -
System Red Green Blue C M Y K H S L
Decimal 241 242 141 0.00 0 0.42 0.05 60.59 0.8 0.75
Hex F1 F2 8D 0 0 2A 5 3D 50 4B
Octal 361 362 215 0 0 52 5 75 120 113
Binary 11110001 11110010 10001101 0 0 101010 101 111101 1010000 1001011

Color Harmonies of #F1F28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F28D

Black with #F1F28D

Text Example


Text Example

White with #F1F28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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