#F5D98E

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

Shades of Vis Vis #F5D98E

Tints of Vis Vis #F5D98E

Color information

#F5D98E (or 0xF5D98E) is unknown color: approx Vis Vis. HEX triplet: F5, D9 and 8E. RGB value is (245,217,142). Sum of RGB (Red+Green+Blue) = 245+217+142=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 217 (85.16% from 255 or 35.93% from 604); Blue value is 142 (55.86% from 255 or 23.51% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D98E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D98E is #0A2671. Grayscale: #D9D9D9. Windows color (decimal): -665202 or 9361909. OLE color: 9361909.

HSL color Cylindrical-coordinate representation of color #F5D98E: hue angle of 43.69º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5D98E is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB245217142-
CMYK00.110.420.04
HSL43.69º83.74%75.88%-
HSV(B)43.69º42.04%96.08%-
XYZ67.3570.9935.74-
YUV216.8285.78148.1-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.56%
GREEN value IS 217 (85.16% from 255) = 35.93%
BLUE value IS 142 (55.86% from 255) = 23.51%
R=40.56%
G=35.93%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521714200.110.420.0443.6983.7475.88
HexF5D98E0B2A42c544c
Octal36533121601352454124114
Binary1111010111011001100011100101110101010010110010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D98E; }

 p { color: rgb(245,217,142); }

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

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

 a { background-color: rgb(245,217,142); }

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

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

 span { border-color: rgb(245,217,142); }

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