Html Css Color HEX #F9DE97 Vis Vis

📋 copy color: '#F9DE97'

red 249 ◦ green 222 ◦ blue 151

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

Shades of Vis Vis #F9DE97

Tints of Vis Vis #F9DE97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 24.28%

R = 40.03%
G = 35.69%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#F9DE97 (or 0xF9DE97) is known color: Vis Vis. HEX triplet: F9, DE and 97. RGB value is (249,222,151). Sum of RGB (Red+Green+Blue) = 249+222+151=622 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.03% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 151 (59.38% from 255 or 24.28% from 622); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DE97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DE97 is #062168. Grayscale: #DEDEDE. Windows color (decimal): -401769 or 9953017. OLE color: 9953017.

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

Color convert

RGB 249 222 151 -
CMYK 0 0.11 0.39 0.02
HSL 43.47º 0.89% 0.78% -
HSV(B) 43.47º 0.39% 0.98% -
XYZ 70.77 74.62 39.95 -
YUV 221.98 87.95 147.27 -
System Red Green Blue C M Y K H S L
Decimal 249 222 151 0 0.11 0.39 0.02 43.47 0.89 0.78
Hex F9 DE 97 0 B 27 2 2B 59 4E
Octal 371 336 227 0 13 47 2 53 131 116
Binary 11111001 11011110 10010111 0 1011 100111 10 101011 1011001 1001110

Color Harmonies of #F9DE97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DE97

Black with #F9DE97

Text Example


Text Example

White with #F9DE97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DE97; }

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

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

background-color css

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

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

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

border-color css

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

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

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