#F8DA90

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

Shades of Vis Vis #F8DA90

Tints of Vis Vis #F8DA90

Color information

#F8DA90 (or 0xF8DA90) is unknown color: approx Vis Vis. HEX triplet: F8, DA and 90. RGB value is (248,218,144). Sum of RGB (Red+Green+Blue) = 248+218+144=610 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.66% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 144 (56.64% from 255 or 23.61% from 610); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DA90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DA90 is #07256F. Grayscale: #DADADA. Windows color (decimal): -468336 or 9493240. OLE color: 9493240.

HSL color Cylindrical-coordinate representation of color #F8DA90: hue angle of 42.69º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F8DA90 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB248218144-
CMYK00.120.420.03
HSL42.69º88.14%76.86%-
HSV(B)42.69º41.94%97.25%-
XYZ68.8272.1136.68-
YUV218.5385.94149.02-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.66%
GREEN value IS 218 (85.55% from 255) = 35.74%
BLUE value IS 144 (56.64% from 255) = 23.61%
R=40.66%
G=35.74%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821814400.120.420.0342.6988.1476.86
HexF8DA900C2A32b584d
Octal37033222001452353130115
Binary111110001101101010010000011001010101110101110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DA90; }

 p { color: rgb(248,218,144); }

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

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

 a { background-color: rgb(248,218,144); }

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

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

 span { border-color: rgb(248,218,144); }

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