Html Css Color HEX #F0F28F Tidal

📋 copy color: '#F0F28F'

red 240 ◦ green 242 ◦ blue 143

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

Shades of Tidal #F0F28F

Tints of Tidal #F0F28F

RGB

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

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

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

R = 38.4%
G = 38.72%
B = 22.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F0F28F (or 0xF0F28F) is known color: Tidal. HEX triplet: F0, F2 and 8F. RGB value is (240,242,143). Sum of RGB (Red+Green+Blue) = 240+242+143=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 242 (94.92% from 255 or 38.72% from 625); Blue value is 143 (56.25% from 255 or 22.88% from 625); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F28F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F28F is #0F0D70. Grayscale: #E6E6E6. Windows color (decimal): -986481 or 9433840. OLE color: 9433840.

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

Color convert

RGB 240 242 143 -
CMYK 0.01 0 0.41 0.05
HSL 61.21º 0.79% 0.75% -
HSV(B) 61.21º 0.41% 0.95% -
XYZ 72.65 84.01 38.37 -
YUV 230.12 78.84 135.05 -
System Red Green Blue C M Y K H S L
Decimal 240 242 143 0.01 0 0.41 0.05 61.21 0.79 0.75
Hex F0 F2 8F 1 0 29 5 3D 4F 4B
Octal 360 362 217 1 0 51 5 75 117 113
Binary 11110000 11110010 10001111 1 0 101001 101 111101 1001111 1001011

Color Harmonies of #F0F28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F28F

Black with #F0F28F

Text Example


Text Example

White with #F0F28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F28F; }

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

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

background-color css

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

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

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

border-color css

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

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

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