Html Css Color HEX #F6D88E Vis Vis

📋 copy color: '#F6D88E'

red 246 ◦ green 216 ◦ blue 142

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

Shades of Vis Vis #F6D88E

Tints of Vis Vis #F6D88E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.76%

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

R = 40.73%
G = 35.76%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F6D88E (or 0xF6D88E) is known color: Vis Vis. HEX triplet: F6, D8 and 8E. RGB value is (246,216,142). Sum of RGB (Red+Green+Blue) = 246+216+142=604 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.73% from 604); Green value is 216 (84.77% from 255 or 35.76% from 604); Blue value is 142 (55.86% from 255 or 23.51% from 604); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D88E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D88E is #092771. Grayscale: #D8D8D8. Windows color (decimal): -599922 or 9361654. OLE color: 9361654.

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

Color convert

RGB 246 216 142 -
CMYK 0 0.12 0.42 0.04
HSL 42.69º 0.85% 0.76% -
HSV(B) 42.69º 0.42% 0.96% -
XYZ 67.44 70.66 35.67 -
YUV 216.53 85.94 149.02 -
System Red Green Blue C M Y K H S L
Decimal 246 216 142 0 0.12 0.42 0.04 42.69 0.85 0.76
Hex F6 D8 8E 0 C 2A 4 2B 55 4C
Octal 366 330 216 0 14 52 4 53 125 114
Binary 11110110 11011000 10001110 0 1100 101010 100 101011 1010101 1001100

Color Harmonies of #F6D88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D88E

Black with #F6D88E

Text Example


Text Example

White with #F6D88E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D88E; }

 p { color: rgb(246,216,142); }

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

background-color css

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

 a { background-color: rgb(246,216,142); }

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

border-color css

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

 span { border-color: rgb(246,216,142); }

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