Html Css Color HEX #F9E694 Vis Vis

📋 copy color: '#F9E694'

red 249 ◦ green 230 ◦ blue 148

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

Shades of Vis Vis #F9E694

Tints of Vis Vis #F9E694

RGB

 RED value IS 249 (97.66% from 255) = 39.71%

 GREEN value IS 230 (90.23% from 255) = 36.68%

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

R = 39.71%
G = 36.68%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F9E694 (or 0xF9E694) is known color: Vis Vis. HEX triplet: F9, E6 and 94. RGB value is (249,230,148). Sum of RGB (Red+Green+Blue) = 249+230+148=627 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.71% from 627); Green value is 230 (90.23% from 255 or 36.68% from 627); Blue value is 148 (58.20% from 255 or 23.60% from 627); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E694 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9E694 is #06196B. Grayscale: #E2E2E2. Windows color (decimal): -399724 or 9758457. OLE color: 9758457.

HSL color Cylindrical-coordinate representation of color #F9E694: hue angle of 48.71º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9E694 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 230 148 -
CMYK 0 0.08 0.41 0.02
HSL 48.71º 0.89% 0.78% -
HSV(B) 48.71º 0.41% 0.98% -
XYZ 72.71 78.87 39.41 -
YUV 226.33 83.79 144.17 -
System Red Green Blue C M Y K H S L
Decimal 249 230 148 0 0.08 0.41 0.02 48.71 0.89 0.78
Hex F9 E6 94 0 8 29 2 31 59 4E
Octal 371 346 224 0 10 51 2 61 131 116
Binary 11111001 11100110 10010100 0 1000 101001 10 110001 1011001 1001110

Color Harmonies of #F9E694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9E694

Black with #F9E694

Text Example


Text Example

White with #F9E694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9E694; }

 p { color: rgb(249,230,148); }

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

background-color css

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

 a { background-color: rgb(249,230,148); }

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

border-color css

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

 span { border-color: rgb(249,230,148); }

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