Html Css Color HEX #F2F986 Tidal

📋 copy color: '#F2F986'

red 242 ◦ green 249 ◦ blue 134

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

Shades of Tidal #F2F986

Tints of Tidal #F2F986

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.84%

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

R = 38.72%
G = 39.84%
B = 21.44%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#F2F986 (or 0xF2F986) is known color: Tidal. HEX triplet: F2, F9 and 86. RGB value is (242,249,134). Sum of RGB (Red+Green+Blue) = 242+249+134=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 249 (97.66% from 255 or 39.84% from 625); Blue value is 134 (52.73% from 255 or 21.44% from 625); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F986 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F986 is #0D0679. Grayscale: #EAEAEA. Windows color (decimal): -853626 or 8845810. OLE color: 8845810.

HSL color Cylindrical-coordinate representation of color #F2F986: hue angle of 63.65º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F2F986 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 249 134 -
CMYK 0.03 0 0.46 0.02
HSL 63.65º 0.91% 0.75% -
HSV(B) 63.65º 0.46% 0.98% -
XYZ 74.8 88.35 35.67 -
YUV 233.8 71.68 133.85 -
System Red Green Blue C M Y K H S L
Decimal 242 249 134 0.03 0 0.46 0.02 63.65 0.91 0.75
Hex F2 F9 86 3 0 2E 2 40 5B 4B
Octal 362 371 206 3 0 56 2 100 133 113
Binary 11110010 11111001 10000110 11 0 101110 10 1000000 1011011 1001011

Color Harmonies of #F2F986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F986

Black with #F2F986

Text Example


Text Example

White with #F2F986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F986; }

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

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

background-color css

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

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

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

border-color css

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

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

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