#F5F68A

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

Shades of Tidal #F5F68A

Tints of Tidal #F5F68A

Color information

#F5F68A (or 0xF5F68A) is unknown color: approx Tidal. HEX triplet: F5, F6 and 8A. RGB value is (245,246,138). Sum of RGB (Red+Green+Blue) = 245+246+138=629 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.95% from 629); Green value is 246 (96.48% from 255 or 39.11% from 629); Blue value is 138 (54.30% from 255 or 21.94% from 629); Max value from RGB is 246 - color contains mainly: green. Hex color #F5F68A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F68A is #0A0975. Grayscale: #E9E9E9. Windows color (decimal): -657782 or 9107189. OLE color: 9107189.

HSL color Cylindrical-coordinate representation of color #F5F68A: hue angle of 60.56º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F5F68A is Cyan = 0.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB245246138-
CMYK0.0000.440.04
HSL60.56º85.71%75.29%-
HSV(B)60.56º43.9%96.47%-
XYZ75.287.1636.9-
YUV233.3974.17136.28-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.95%
GREEN value IS 246 (96.48% from 255) = 39.11%
BLUE value IS 138 (54.30% from 255) = 21.94%
R=38.95%
G=39.11%
B=21.94%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452461380.0000.440.0460.5685.7175.29
HexF5F68A002C43d564b
Octal3653662120054475126113
Binary1111010111110110100010100010110010011110110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F68A; }

 p { color: rgb(245,246,138); }

 H1.HeaderClassName
 {
   color: #F5F68A;
 }
 .AnyTagClassName
 {
   color: #F5F68A;
 }
</style>
background-color css

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

 a { background-color: rgb(245,246,138); }

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

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

 span { border-color: rgb(245,246,138); }

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