Html Css Color HEX #F9DE95 Vis Vis

📋 copy color: '#F9DE95'

red 249 ◦ green 222 ◦ blue 149

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

Shades of Vis Vis #F9DE95

Tints of Vis Vis #F9DE95

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.81%

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

R = 40.16%
G = 35.81%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F9DE95 (or 0xF9DE95) is known color: Vis Vis. HEX triplet: F9, DE and 95. RGB value is (249,222,149). Sum of RGB (Red+Green+Blue) = 249+222+149=620 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.16% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 149 (58.59% from 255 or 24.03% from 620); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DE95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DE95 is #06216A. Grayscale: #DEDEDE. Windows color (decimal): -401771 or 9821945. OLE color: 9821945.

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

Color convert

RGB 249 222 149 -
CMYK 0 0.11 0.40 0.02
HSL 43.8º 0.89% 0.78% -
HSV(B) 43.8º 0.4% 0.98% -
XYZ 70.61 74.55 39.1 -
YUV 221.75 86.95 147.44 -
System Red Green Blue C M Y K H S L
Decimal 249 222 149 0 0.11 0.40 0.02 43.8 0.89 0.78
Hex F9 DE 95 0 B 28 2 2C 59 4E
Octal 371 336 225 0 13 50 2 54 131 116
Binary 11111001 11011110 10010101 0 1011 101000 10 101100 1011001 1001110

Color Harmonies of #F9DE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DE95

Black with #F9DE95

Text Example


Text Example

White with #F9DE95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DE95; }

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

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

background-color css

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

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

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

border-color css

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

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

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