Html Css Color HEX #F1E19A Vis Vis

📋 copy color: '#F1E19A'

red 241 ◦ green 225 ◦ blue 154

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

Shades of Vis Vis #F1E19A

Tints of Vis Vis #F1E19A

RGB

 RED value IS 241 (94.53% from 255) = 38.87%

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

 BLUE value IS 154 (60.55% from 255) = 24.84%

R = 38.87%
G = 36.29%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1E19A (or 0xF1E19A) is known color: Vis Vis. HEX triplet: F1, E1 and 9A. RGB value is (241,225,154). Sum of RGB (Red+Green+Blue) = 241+225+154=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 225 (88.28% from 255 or 36.29% from 620); Blue value is 154 (60.55% from 255 or 24.84% from 620); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E19A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E19A is #0E1E65. Grayscale: #DDDDDD. Windows color (decimal): -925286 or 10150385. OLE color: 10150385.

HSL color Cylindrical-coordinate representation of color #F1E19A: hue angle of 48.97º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F1E19A is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 225 154 -
CMYK 0 0.07 0.36 0.05
HSL 48.97º 0.76% 0.77% -
HSV(B) 48.97º 0.36% 0.95% -
XYZ 69.03 74.88 41.39 -
YUV 221.69 89.8 141.77 -
System Red Green Blue C M Y K H S L
Decimal 241 225 154 0 0.07 0.36 0.05 48.97 0.76 0.77
Hex F1 E1 9A 0 7 24 5 31 4C 4D
Octal 361 341 232 0 7 44 5 61 114 115
Binary 11110001 11100001 10011010 0 111 100100 101 110001 1001100 1001101

Color Harmonies of #F1E19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E19A

Black with #F1E19A

Text Example


Text Example

White with #F1E19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E19A; }

 p { color: rgb(241,225,154); }

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

background-color css

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

 a { background-color: rgb(241,225,154); }

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

border-color css

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

 span { border-color: rgb(241,225,154); }

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