Html Css Color HEX #F2F692 Tidal

📋 copy color: '#F2F692'

red 242 ◦ green 246 ◦ blue 146

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

Shades of Tidal #F2F692

Tints of Tidal #F2F692

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.8%

 BLUE value IS 146 (57.42% from 255) = 23.03%

R = 38.17%
G = 38.8%
B = 23.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F2F692 (or 0xF2F692) is known color: Tidal. HEX triplet: F2, F6 and 92. RGB value is (242,246,146). Sum of RGB (Red+Green+Blue) = 242+246+146=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 246 (96.48% from 255 or 38.80% from 634); Blue value is 146 (57.42% from 255 or 23.03% from 634); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F692 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F692 is #0D096D. Grayscale: #E9E9E9. Windows color (decimal): -854382 or 9631474. OLE color: 9631474.

HSL color Cylindrical-coordinate representation of color #F2F692: hue angle of 62.4º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F2F692 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 242 246 146 -
CMYK 0.02 0 0.41 0.04
HSL 62.4º 0.85% 0.77% -
HSV(B) 62.4º 0.41% 0.96% -
XYZ 74.76 86.86 40.02 -
YUV 233.4 78.67 134.13 -
System Red Green Blue C M Y K H S L
Decimal 242 246 146 0.02 0 0.41 0.04 62.4 0.85 0.77
Hex F2 F6 92 2 0 29 4 3E 55 4D
Octal 362 366 222 2 0 51 4 76 125 115
Binary 11110010 11110110 10010010 10 0 101001 100 111110 1010101 1001101

Color Harmonies of #F2F692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F692

Black with #F2F692

Text Example


Text Example

White with #F2F692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F692; }

 p { color: rgb(242,246,146); }

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

background-color css

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

 a { background-color: rgb(242,246,146); }

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

border-color css

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

 span { border-color: rgb(242,246,146); }

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