Html Css Color HEX #F2F08B Tidal

📋 copy color: '#F2F08B'

red 242 ◦ green 240 ◦ blue 139

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

Shades of Tidal #F2F08B

Tints of Tidal #F2F08B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.65%

 BLUE value IS 139 (54.69% from 255) = 22.38%

R = 38.97%
G = 38.65%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2F08B (or 0xF2F08B) is known color: Tidal. HEX triplet: F2, F0 and 8B. RGB value is (242,240,139). Sum of RGB (Red+Green+Blue) = 242+240+139=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 240 (94.14% from 255 or 38.65% from 621); Blue value is 139 (54.69% from 255 or 22.38% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F08B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F08B is #0D0F74. Grayscale: #E5E5E5. Windows color (decimal): -855925 or 9171186. OLE color: 9171186.

HSL color Cylindrical-coordinate representation of color #F2F08B: hue angle of 58.83º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2F08B is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 240 139 -
CMYK 0 0.01 0.43 0.05
HSL 58.83º 0.8% 0.75% -
HSV(B) 58.83º 0.43% 0.95% -
XYZ 72.44 83.06 36.64 -
YUV 229.08 77.16 137.21 -
System Red Green Blue C M Y K H S L
Decimal 242 240 139 0 0.01 0.43 0.05 58.83 0.8 0.75
Hex F2 F0 8B 0 1 2B 5 3B 50 4B
Octal 362 360 213 0 1 53 5 73 120 113
Binary 11110010 11110000 10001011 0 1 101011 101 111011 1010000 1001011

Color Harmonies of #F2F08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F08B

Black with #F2F08B

Text Example


Text Example

White with #F2F08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F08B; }

 p { color: rgb(242,240,139); }

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

background-color css

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

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

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

border-color css

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

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

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