#f5dc92

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

Shades of Vis Vis #F5DC92

Tints of Vis Vis #F5DC92

Color information

#F5DC92 (or 0xF5DC92) is unknown color: approx Vis Vis. HEX triplet: F5, DC and 92. RGB value is (245,220,146). Sum of RGB (Red+Green+Blue) = 245+220+146=611 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.10% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 146 (57.42% from 255 or 23.90% from 611); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DC92 is #0A236D. Grayscale: #DBDBDB. Windows color (decimal): -664430 or 9624821. OLE color: 9624821.

HSL color Cylindrical-coordinate representation of color #F5DC92: hue angle of 44.85º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F5DC92 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB245220146-
CMYK00.100.400.04
HSL44.85º83.19%76.67%-
HSV(B)44.85º40.41%96.08%-
XYZ68.4472.6737.61-
YUV219.0486.78146.52-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.10%
GREEN value IS 220 (86.33% from 255) = 36.01%
BLUE value IS 146 (57.42% from 255) = 23.90%
R=40.10%
G=36.01%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522014600.100.400.0444.8583.1976.67
HexF5DC920A2842d534d
Octal36533422201250455123115
Binary1111010111011100100100100101010100010010110110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5dc92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5dc92; }

 p { color: rgb(245,220,146); }

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

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

 a { background-color: rgb(245,220,146); }

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

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

 span { border-color: rgb(245,220,146); }

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