Html Css Color HEX #F1F18C Tidal

📋 copy color: '#F1F18C'

red 241 ◦ green 241 ◦ blue 140

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

Shades of Tidal #F1F18C

Tints of Tidal #F1F18C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.75%

 BLUE value IS 140 (55.08% from 255) = 22.51%

R = 38.75%
G = 38.75%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1F18C (or 0xF1F18C) is known color: Tidal. HEX triplet: F1, F1 and 8C. RGB value is (241,241,140). Sum of RGB (Red+Green+Blue) = 241+241+140=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 241 (94.53% from 255 or 38.75% from 622); Blue value is 140 (55.08% from 255 or 22.51% from 622); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F18C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F18C is #0E0E73. Grayscale: #E5E5E5. Windows color (decimal): -921204 or 9236977. OLE color: 9236977.

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

Color convert

RGB 241 241 140 -
CMYK 0 0 0.42 0.05
HSL 60º 0.78% 0.75% -
HSV(B) 60º 0.42% 0.95% -
XYZ 72.46 83.5 37.11 -
YUV 229.49 77.5 136.21 -
System Red Green Blue C M Y K H S L
Decimal 241 241 140 0 0 0.42 0.05 60 0.78 0.75
Hex F1 F1 8C 0 0 2A 5 3C 4E 4B
Octal 361 361 214 0 0 52 5 74 116 113
Binary 11110001 11110001 10001100 0 0 101010 101 111100 1001110 1001011

Color Harmonies of #F1F18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F18C

Black with #F1F18C

Text Example


Text Example

White with #F1F18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F18C; }

 p { color: rgb(241,241,140); }

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

background-color css

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

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

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

border-color css

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

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

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