#F7DC92

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

Shades of Vis Vis #F7DC92

Tints of Vis Vis #F7DC92

Color information

#F7DC92 (or 0xF7DC92) is unknown color: approx Vis Vis. HEX triplet: F7, DC and 92. RGB value is (247,220,146). Sum of RGB (Red+Green+Blue) = 247+220+146=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 146 (57.42% from 255 or 23.82% from 613); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DC92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7DC92 is #08236D. Grayscale: #DBDBDB. Windows color (decimal): -533358 or 9624823. OLE color: 9624823.

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

Color convert

RGB247220146-
CMYK00.110.410.03
HSL43.96º86.32%77.06%-
HSV(B)43.96º40.89%96.86%-
XYZ69.1473.0437.65-
YUV219.6486.45147.52-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.29%
GREEN value IS 220 (86.33% from 255) = 35.89%
BLUE value IS 146 (57.42% from 255) = 23.82%
R=40.29%
G=35.89%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722014600.110.410.0343.9686.3277.06
HexF7DC920B2932c564d
Octal36733422201351354126115
Binary111101111101110010010010010111010011110110010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DC92; }

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

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

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

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

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

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

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

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