Html Css Color HEX #F0FE7D Tidal

📋 copy color: '#F0FE7D'

red 240 ◦ green 254 ◦ blue 125

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

Shades of Tidal #F0FE7D

Tints of Tidal #F0FE7D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.03%

 BLUE value IS 125 (49.22% from 255) = 20.19%

R = 38.77%
G = 41.03%
B = 20.19%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#F0FE7D (or 0xF0FE7D) is known color: Tidal. HEX triplet: F0, FE and 7D. RGB value is (240,254,125). Sum of RGB (Red+Green+Blue) = 240+254+125=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 254 (99.61% from 255 or 41.03% from 619); Blue value is 125 (49.22% from 255 or 20.19% from 619); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FE7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FE7D is #0F0182. Grayscale: #EBEBEB. Windows color (decimal): -983427 or 8257264. OLE color: 8257264.

HSL color Cylindrical-coordinate representation of color #F0FE7D: hue angle of 66.51º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F0FE7D is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB 240 254 125 -
CMYK 0.06 0 0.51 0.00
HSL 66.51º 0.98% 0.74% -
HSV(B) 66.51º 0.51% 1% -
XYZ 75.08 90.89 32.99 -
YUV 235.11 65.86 131.49 -
System Red Green Blue C M Y K H S L
Decimal 240 254 125 0.06 0 0.51 0.00 66.51 0.98 0.74
Hex F0 FE 7D 6 0 33 0 43 62 4A
Octal 360 376 175 6 0 63 0 103 142 112
Binary 11110000 11111110 1111101 110 0 110011 0 1000011 1100010 1001010

Color Harmonies of #F0FE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FE7D

Black with #F0FE7D

Text Example


Text Example

White with #F0FE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FE7D; }

 p { color: rgb(240,254,125); }

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

background-color css

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

 a { background-color: rgb(240,254,125); }

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

border-color css

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

 span { border-color: rgb(240,254,125); }

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