Html Css Color HEX #F1F38E Tidal

📋 copy color: '#F1F38E'

red 241 ◦ green 243 ◦ blue 142

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

Shades of Tidal #F1F38E

Tints of Tidal #F1F38E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 22.68%

R = 38.5%
G = 38.82%
B = 22.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1F38E (or 0xF1F38E) is known color: Tidal. HEX triplet: F1, F3 and 8E. RGB value is (241,243,142). Sum of RGB (Red+Green+Blue) = 241+243+142=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 243 (95.31% from 255 or 38.82% from 626); Blue value is 142 (55.86% from 255 or 22.68% from 626); Max value from RGB is 243 - color contains mainly: green. Hex color #F1F38E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F38E is #0E0C71. Grayscale: #E7E7E7. Windows color (decimal): -920690 or 9368561. OLE color: 9368561.

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

Color convert

RGB 241 243 142 -
CMYK 0.01 0 0.42 0.05
HSL 61.19º 0.81% 0.75% -
HSV(B) 61.19º 0.42% 0.95% -
XYZ 73.21 84.75 38.09 -
YUV 230.89 77.84 135.21 -
System Red Green Blue C M Y K H S L
Decimal 241 243 142 0.01 0 0.42 0.05 61.19 0.81 0.75
Hex F1 F3 8E 1 0 2A 5 3D 51 4B
Octal 361 363 216 1 0 52 5 75 121 113
Binary 11110001 11110011 10001110 1 0 101010 101 111101 1010001 1001011

Color Harmonies of #F1F38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F38E

Black with #F1F38E

Text Example


Text Example

White with #F1F38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F38E; }

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

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

background-color css

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

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

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

border-color css

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

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

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