Html Css Color HEX #F1DC92 Vis Vis

📋 copy color: '#F1DC92'

red 241 ◦ green 220 ◦ blue 146

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

Shades of Vis Vis #F1DC92

Tints of Vis Vis #F1DC92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.05%

R = 39.7%
G = 36.24%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F1DC92 (or 0xF1DC92) is known color: Vis Vis. HEX triplet: F1, DC and 92. RGB value is (241,220,146). Sum of RGB (Red+Green+Blue) = 241+220+146=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 146 (57.42% from 255 or 24.05% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DC92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DC92 is #0E236D. Grayscale: #DADADA. Windows color (decimal): -926574 or 9624817. OLE color: 9624817.

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

Color convert

RGB 241 220 146 -
CMYK 0 0.09 0.39 0.05
HSL 46.74º 0.77% 0.76% -
HSV(B) 46.74º 0.39% 0.95% -
XYZ 67.06 71.96 37.55 -
YUV 217.84 87.46 144.52 -
System Red Green Blue C M Y K H S L
Decimal 241 220 146 0 0.09 0.39 0.05 46.74 0.77 0.76
Hex F1 DC 92 0 9 27 5 2F 4D 4C
Octal 361 334 222 0 11 47 5 57 115 114
Binary 11110001 11011100 10010010 0 1001 100111 101 101111 1001101 1001100

Color Harmonies of #F1DC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DC92

Black with #F1DC92

Text Example


Text Example

White with #F1DC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DC92; }

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

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

background-color css

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

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

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

border-color css

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

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

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