Html Css Color HEX #F9DB95 Vis Vis

📋 copy color: '#F9DB95'

red 249 ◦ green 219 ◦ blue 149

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

Shades of Vis Vis #F9DB95

Tints of Vis Vis #F9DB95

RGB

 RED value IS 249 (97.66% from 255) = 40.36%

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

 BLUE value IS 149 (58.59% from 255) = 24.15%

R = 40.36%
G = 35.49%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F9DB95 (or 0xF9DB95) is known color: Vis Vis. HEX triplet: F9, DB and 95. RGB value is (249,219,149). Sum of RGB (Red+Green+Blue) = 249+219+149=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 149 (58.59% from 255 or 24.15% from 617); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DB95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DB95 is #06246A. Grayscale: #DCDCDC. Windows color (decimal): -402539 or 9821177. OLE color: 9821177.

HSL color Cylindrical-coordinate representation of color #F9DB95: hue angle of 42º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F9DB95 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 219 149 -
CMYK 0 0.12 0.40 0.02
HSL 42º 0.89% 0.78% -
HSV(B) 42º 0.4% 0.98% -
XYZ 69.82 72.97 38.84 -
YUV 219.99 87.94 148.69 -
System Red Green Blue C M Y K H S L
Decimal 249 219 149 0 0.12 0.40 0.02 42 0.89 0.78
Hex F9 DB 95 0 C 28 2 2A 59 4E
Octal 371 333 225 0 14 50 2 52 131 116
Binary 11111001 11011011 10010101 0 1100 101000 10 101010 1011001 1001110

Color Harmonies of #F9DB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DB95

Black with #F9DB95

Text Example


Text Example

White with #F9DB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DB95; }

 p { color: rgb(249,219,149); }

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

background-color css

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

 a { background-color: rgb(249,219,149); }

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

border-color css

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

 span { border-color: rgb(249,219,149); }

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