Html Css Color HEX #F2F18B Tidal

📋 copy color: '#F2F18B'

red 242 ◦ green 241 ◦ blue 139

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

Shades of Tidal #F2F18B

Tints of Tidal #F2F18B

RGB

 RED value IS 242 (94.92% from 255) = 38.91%

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

 BLUE value IS 139 (54.69% from 255) = 22.35%

R = 38.91%
G = 38.75%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2F18B (or 0xF2F18B) is known color: Tidal. HEX triplet: F2, F1 and 8B. RGB value is (242,241,139). Sum of RGB (Red+Green+Blue) = 242+241+139=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 241 (94.53% from 255 or 38.75% from 622); Blue value is 139 (54.69% from 255 or 22.35% from 622); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F18B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F18B is #0D0E74. Grayscale: #E6E6E6. Windows color (decimal): -855669 or 9171442. OLE color: 9171442.

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

Color convert

RGB 242 241 139 -
CMYK 0 0.00 0.43 0.05
HSL 59.42º 0.8% 0.75% -
HSV(B) 59.42º 0.43% 0.95% -
XYZ 72.73 83.65 36.74 -
YUV 229.67 76.83 136.79 -
System Red Green Blue C M Y K H S L
Decimal 242 241 139 0 0.00 0.43 0.05 59.42 0.8 0.75
Hex F2 F1 8B 0 0 2B 5 3B 50 4B
Octal 362 361 213 0 0 53 5 73 120 113
Binary 11110010 11110001 10001011 0 0 101011 101 111011 1010000 1001011

Color Harmonies of #F2F18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F18B

Black with #F2F18B

Text Example


Text Example

White with #F2F18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F18B; }

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

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

background-color css

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

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

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

border-color css

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

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

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