#F0FE7D

Color #F0FE7D Tidal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tidal #F0FE7D

Tints of Tidal #F0FE7D

Color information

#F0FE7D (or 0xF0FE7D) is unknown color: approx 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

RGB240254125-
CMYK0.0600.510.00
HSL66.51º98.47%74.31%-
HSV(B)66.51º50.79%99.61%-
XYZ75.0890.8932.99-
YUV235.1165.86131.49-

RGB Variations

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

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 (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2402541250.0600.510.0066.5198.4774.31
HexF0FE7D6033043624a
Octal36037617560630103142112
Binary1111000011111110111110111001100110100001111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>