Html Css Color HEX #F1DC8F Vis Vis

📋 copy color: '#F1DC8F'

red 241 ◦ green 220 ◦ blue 143

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

Shades of Vis Vis #F1DC8F

Tints of Vis Vis #F1DC8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 23.68%

R = 39.9%
G = 36.42%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1DC8F (or 0xF1DC8F) is known color: Vis Vis. HEX triplet: F1, DC and 8F. RGB value is (241,220,143). Sum of RGB (Red+Green+Blue) = 241+220+143=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 143 (56.25% from 255 or 23.68% from 604); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DC8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DC8F is #0E2370. Grayscale: #D9D9D9. Windows color (decimal): -926577 or 9428209. OLE color: 9428209.

HSL color Cylindrical-coordinate representation of color #F1DC8F: hue angle of 47.14º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F1DC8F is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 220 143 -
CMYK 0 0.09 0.41 0.05
HSL 47.14º 0.78% 0.75% -
HSV(B) 47.14º 0.41% 0.95% -
XYZ 66.83 71.87 36.34 -
YUV 217.5 85.96 144.76 -
System Red Green Blue C M Y K H S L
Decimal 241 220 143 0 0.09 0.41 0.05 47.14 0.78 0.75
Hex F1 DC 8F 0 9 29 5 2F 4E 4B
Octal 361 334 217 0 11 51 5 57 116 113
Binary 11110001 11011100 10001111 0 1001 101001 101 101111 1001110 1001011

Color Harmonies of #F1DC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DC8F

Black with #F1DC8F

Text Example


Text Example

White with #F1DC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DC8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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