Html Css Color HEX #F6E194 Vis Vis

📋 copy color: '#F6E194'

red 246 ◦ green 225 ◦ blue 148

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

Shades of Vis Vis #F6E194

Tints of Vis Vis #F6E194

RGB

 RED value IS 246 (96.48% from 255) = 39.74%

 GREEN value IS 225 (88.28% from 255) = 36.35%

 BLUE value IS 148 (58.2% from 255) = 23.91%

R = 39.74%
G = 36.35%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F6E194 (or 0xF6E194) is known color: Vis Vis. HEX triplet: F6, E1 and 94. RGB value is (246,225,148). Sum of RGB (Red+Green+Blue) = 246+225+148=619 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.74% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 148 (58.20% from 255 or 23.91% from 619); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E194 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E194 is #091E6B. Grayscale: #DEDEDE. Windows color (decimal): -597612 or 9757174. OLE color: 9757174.

HSL color Cylindrical-coordinate representation of color #F6E194: hue angle of 47.14º degrees, saturation: 0.84, 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 #F6E194 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 225 148 -
CMYK 0 0.09 0.40 0.04
HSL 47.14º 0.84% 0.77% -
HSV(B) 47.14º 0.4% 0.96% -
XYZ 70.28 75.58 38.9 -
YUV 222.5 85.96 144.76 -
System Red Green Blue C M Y K H S L
Decimal 246 225 148 0 0.09 0.40 0.04 47.14 0.84 0.77
Hex F6 E1 94 0 9 28 4 2F 54 4D
Octal 366 341 224 0 11 50 4 57 124 115
Binary 11110110 11100001 10010100 0 1001 101000 100 101111 1010100 1001101

Color Harmonies of #F6E194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E194

Black with #F6E194

Text Example


Text Example

White with #F6E194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E194; }

 p { color: rgb(246,225,148); }

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

background-color css

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

 a { background-color: rgb(246,225,148); }

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

border-color css

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

 span { border-color: rgb(246,225,148); }

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