Html Css Color HEX #F2F286 Tidal

📋 copy color: '#F2F286'

red 242 ◦ green 242 ◦ blue 134

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

Shades of Tidal #F2F286

Tints of Tidal #F2F286

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.16%

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

R = 39.16%
G = 39.16%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F2F286 (or 0xF2F286) is known color: Tidal. HEX triplet: F2, F2 and 86. RGB value is (242,242,134). Sum of RGB (Red+Green+Blue) = 242+242+134=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 134 (52.73% from 255 or 21.68% from 618); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F286 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F286 is #0D0D79. Grayscale: #E6E6E6. Windows color (decimal): -855418 or 8844018. OLE color: 8844018.

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

Color convert

RGB 242 242 134 -
CMYK 0 0 0.45 0.05
HSL 60º 0.81% 0.74% -
HSV(B) 60º 0.45% 0.95% -
XYZ 72.67 84.1 34.96 -
YUV 229.69 74 136.78 -
System Red Green Blue C M Y K H S L
Decimal 242 242 134 0 0 0.45 0.05 60 0.81 0.74
Hex F2 F2 86 0 0 2D 5 3C 51 4A
Octal 362 362 206 0 0 55 5 74 121 112
Binary 11110010 11110010 10000110 0 0 101101 101 111100 1010001 1001010

Color Harmonies of #F2F286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F286

Black with #F2F286

Text Example


Text Example

White with #F2F286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F286; }

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

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

background-color css

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

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

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

border-color css

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

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

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