Html Css Color HEX #F9DC95 Vis Vis

📋 copy color: '#F9DC95'

red 249 ◦ green 220 ◦ blue 149

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

Shades of Vis Vis #F9DC95

Tints of Vis Vis #F9DC95

RGB

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

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

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

R = 40.29%
G = 35.6%
B = 24.11%

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

#F9DC95 (or 0xF9DC95) is known color: Vis Vis. HEX triplet: F9, DC and 95. RGB value is (249,220,149). Sum of RGB (Red+Green+Blue) = 249+220+149=618 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.29% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 149 (58.59% from 255 or 24.11% from 618); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DC95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DC95 is #06236A. Grayscale: #DCDCDC. Windows color (decimal): -402283 or 9821433. OLE color: 9821433.

HSL color Cylindrical-coordinate representation of color #F9DC95: hue angle of 42.6º 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 #F9DC95 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 220 149 -
CMYK 0 0.12 0.40 0.02
HSL 42.6º 0.89% 0.78% -
HSV(B) 42.6º 0.4% 0.98% -
XYZ 70.08 73.5 38.93 -
YUV 220.58 87.61 148.27 -
System Red Green Blue C M Y K H S L
Decimal 249 220 149 0 0.12 0.40 0.02 42.6 0.89 0.78
Hex F9 DC 95 0 C 28 2 2B 59 4E
Octal 371 334 225 0 14 50 2 53 131 116
Binary 11111001 11011100 10010101 0 1100 101000 10 101011 1011001 1001110

Color Harmonies of #F9DC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DC95

Black with #F9DC95

Text Example


Text Example

White with #F9DC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DC95; }

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

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

background-color css

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

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

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

border-color css

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

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

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