Html Css Color HEX #F0F28C Tidal

📋 copy color: '#F0F28C'

red 240 ◦ green 242 ◦ blue 140

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

Shades of Tidal #F0F28C

Tints of Tidal #F0F28C

RGB

 RED value IS 240 (94.14% from 255) = 38.59%

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

 BLUE value IS 140 (55.08% from 255) = 22.51%

R = 38.59%
G = 38.91%
B = 22.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F0F28C (or 0xF0F28C) is known color: Tidal. HEX triplet: F0, F2 and 8C. RGB value is (240,242,140). Sum of RGB (Red+Green+Blue) = 240+242+140=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 242 (94.92% from 255 or 38.91% from 622); Blue value is 140 (55.08% from 255 or 22.51% from 622); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F28C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F28C is #0F0D73. Grayscale: #E6E6E6. Windows color (decimal): -986484 or 9237232. OLE color: 9237232.

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

Color convert

RGB 240 242 140 -
CMYK 0.01 0 0.42 0.05
HSL 61.18º 0.8% 0.75% -
HSV(B) 61.18º 0.42% 0.95% -
XYZ 72.42 83.92 37.19 -
YUV 229.77 77.34 135.29 -
System Red Green Blue C M Y K H S L
Decimal 240 242 140 0.01 0 0.42 0.05 61.18 0.8 0.75
Hex F0 F2 8C 1 0 2A 5 3D 50 4B
Octal 360 362 214 1 0 52 5 75 120 113
Binary 11110000 11110010 10001100 1 0 101010 101 111101 1010000 1001011

Color Harmonies of #F0F28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F28C

Black with #F0F28C

Text Example


Text Example

White with #F0F28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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