Html Css Color HEX #F5DC8E Vis Vis

📋 copy color: '#F5DC8E'

red 245 ◦ green 220 ◦ blue 142

#F5DC8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vis Vis #F5DC8E

Tints of Vis Vis #F5DC8E

RGB

 RED value IS 245 (96.09% from 255) = 40.36%

 GREEN value IS 220 (86.33% from 255) = 36.24%

 BLUE value IS 142 (55.86% from 255) = 23.39%

R = 40.36%
G = 36.24%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5DC8E (or 0xF5DC8E) is known color: Vis Vis. HEX triplet: F5, DC and 8E. RGB value is (245,220,142). Sum of RGB (Red+Green+Blue) = 245+220+142=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 142 (55.86% from 255 or 23.39% from 607); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DC8E is #0A2371. Grayscale: #DADADA. Windows color (decimal): -664434 or 9362677. OLE color: 9362677.

HSL color Cylindrical-coordinate representation of color #F5DC8E: hue angle of 45.44º 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 #F5DC8E is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 220 142 -
CMYK 0 0.10 0.42 0.04
HSL 45.44º 0.84% 0.76% -
HSV(B) 45.44º 0.42% 0.96% -
XYZ 68.13 72.55 36 -
YUV 218.58 84.78 146.84 -
System Red Green Blue C M Y K H S L
Decimal 245 220 142 0 0.10 0.42 0.04 45.44 0.84 0.76
Hex F5 DC 8E 0 A 2A 4 2D 54 4C
Octal 365 334 216 0 12 52 4 55 124 114
Binary 11110101 11011100 10001110 0 1010 101010 100 101101 1010100 1001100

Color Harmonies of #F5DC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DC8E

Black with #F5DC8E

Text Example


Text Example

White with #F5DC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DC8E; }

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

 H1.HeaderClassName
 {
   color: #F5DC8E;
 }
 .AnyTagClassName
 {
   color: #F5DC8E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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