Html Css Color HEX #F2F98F Tidal

📋 copy color: '#F2F98F'

red 242 ◦ green 249 ◦ blue 143

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

Shades of Tidal #F2F98F

Tints of Tidal #F2F98F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 22.56%

R = 38.17%
G = 39.27%
B = 22.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F2F98F (or 0xF2F98F) is known color: Tidal. HEX triplet: F2, F9 and 8F. RGB value is (242,249,143). Sum of RGB (Red+Green+Blue) = 242+249+143=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 249 (97.66% from 255 or 39.27% from 634); Blue value is 143 (56.25% from 255 or 22.56% from 634); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F98F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F98F is #0D0670. Grayscale: #EBEBEB. Windows color (decimal): -853617 or 9435634. OLE color: 9435634.

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

Color convert

RGB 242 249 143 -
CMYK 0.03 0 0.43 0.02
HSL 63.96º 0.9% 0.77% -
HSV(B) 63.96º 0.43% 0.98% -
XYZ 75.45 88.61 39.11 -
YUV 234.82 76.18 133.12 -
System Red Green Blue C M Y K H S L
Decimal 242 249 143 0.03 0 0.43 0.02 63.96 0.9 0.77
Hex F2 F9 8F 3 0 2B 2 40 5A 4D
Octal 362 371 217 3 0 53 2 100 132 115
Binary 11110010 11111001 10001111 11 0 101011 10 1000000 1011010 1001101

Color Harmonies of #F2F98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F98F

Black with #F2F98F

Text Example


Text Example

White with #F2F98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F98F; }

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

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

background-color css

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

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

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

border-color css

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

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

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