Html Css Color HEX #F1DC91 Vis Vis

📋 copy color: '#F1DC91'

red 241 ◦ green 220 ◦ blue 145

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

Shades of Vis Vis #F1DC91

Tints of Vis Vis #F1DC91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 23.93%

R = 39.77%
G = 36.3%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F1DC91 (or 0xF1DC91) is known color: Vis Vis. HEX triplet: F1, DC and 91. RGB value is (241,220,145). Sum of RGB (Red+Green+Blue) = 241+220+145=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 145 (57.03% from 255 or 23.93% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DC91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DC91 is #0E236E. Grayscale: #DADADA. Windows color (decimal): -926575 or 9559281. OLE color: 9559281.

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

Color convert

RGB 241 220 145 -
CMYK 0 0.09 0.40 0.05
HSL 46.88º 0.77% 0.76% -
HSV(B) 46.88º 0.4% 0.95% -
XYZ 66.98 71.93 37.14 -
YUV 217.73 86.96 144.6 -
System Red Green Blue C M Y K H S L
Decimal 241 220 145 0 0.09 0.40 0.05 46.88 0.77 0.76
Hex F1 DC 91 0 9 28 5 2F 4D 4C
Octal 361 334 221 0 11 50 5 57 115 114
Binary 11110001 11011100 10010001 0 1001 101000 101 101111 1001101 1001100

Color Harmonies of #F1DC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DC91

Black with #F1DC91

Text Example


Text Example

White with #F1DC91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DC91; }

 p { color: rgb(241,220,145); }

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

background-color css

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

 a { background-color: rgb(241,220,145); }

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

border-color css

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

 span { border-color: rgb(241,220,145); }

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