Html Css Color HEX #F2F386 Tidal

📋 copy color: '#F2F386'

red 242 ◦ green 243 ◦ blue 134

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

Shades of Tidal #F2F386

Tints of Tidal #F2F386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 21.65%

R = 39.1%
G = 39.26%
B = 21.65%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F2F386 (or 0xF2F386) is known color: Tidal. HEX triplet: F2, F3 and 86. RGB value is (242,243,134). Sum of RGB (Red+Green+Blue) = 242+243+134=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 243 (95.31% from 255 or 39.26% from 619); Blue value is 134 (52.73% from 255 or 21.65% from 619); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F386 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F386 is #0D0C79. Grayscale: #E6E6E6. Windows color (decimal): -855162 or 8844274. OLE color: 8844274.

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

Color convert

RGB 242 243 134 -
CMYK 0.00 0 0.45 0.05
HSL 60.55º 0.82% 0.74% -
HSV(B) 60.55º 0.45% 0.95% -
XYZ 72.97 84.7 35.06 -
YUV 230.28 73.67 136.36 -
System Red Green Blue C M Y K H S L
Decimal 242 243 134 0.00 0 0.45 0.05 60.55 0.82 0.74
Hex F2 F3 86 0 0 2D 5 3D 52 4A
Octal 362 363 206 0 0 55 5 75 122 112
Binary 11110010 11110011 10000110 0 0 101101 101 111101 1010010 1001010

Color Harmonies of #F2F386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F386

Black with #F2F386

Text Example


Text Example

White with #F2F386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F386; }

 p { color: rgb(242,243,134); }

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

background-color css

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

 a { background-color: rgb(242,243,134); }

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

border-color css

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

 span { border-color: rgb(242,243,134); }

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