Html Css Color HEX #F1DB92 Vis Vis

📋 copy color: '#F1DB92'

red 241 ◦ green 219 ◦ blue 146

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

Shades of Vis Vis #F1DB92

Tints of Vis Vis #F1DB92

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.14%

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

R = 39.77%
G = 36.14%
B = 24.09%

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

#F1DB92 (or 0xF1DB92) is known color: Vis Vis. HEX triplet: F1, DB and 92. RGB value is (241,219,146). Sum of RGB (Red+Green+Blue) = 241+219+146=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 146 (57.42% from 255 or 24.09% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DB92 is #0E246D. Grayscale: #D9D9D9. Windows color (decimal): -926830 or 9624561. OLE color: 9624561.

HSL color Cylindrical-coordinate representation of color #F1DB92: hue angle of 46.11º 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 #F1DB92 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 219 146 -
CMYK 0 0.09 0.39 0.05
HSL 46.11º 0.77% 0.76% -
HSV(B) 46.11º 0.39% 0.95% -
XYZ 66.8 71.44 37.46 -
YUV 217.26 87.79 144.94 -
System Red Green Blue C M Y K H S L
Decimal 241 219 146 0 0.09 0.39 0.05 46.11 0.77 0.76
Hex F1 DB 92 0 9 27 5 2E 4D 4C
Octal 361 333 222 0 11 47 5 56 115 114
Binary 11110001 11011011 10010010 0 1001 100111 101 101110 1001101 1001100

Color Harmonies of #F1DB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DB92

Black with #F1DB92

Text Example


Text Example

White with #F1DB92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DB92; }

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

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

background-color css

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

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

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

border-color css

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

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

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