Html Css Color HEX #F9DF96 Vis Vis

📋 copy color: '#F9DF96'

red 249 ◦ green 223 ◦ blue 150

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

Shades of Vis Vis #F9DF96

Tints of Vis Vis #F9DF96

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.85%

 BLUE value IS 150 (58.98% from 255) = 24.12%

R = 40.03%
G = 35.85%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F9DF96 (or 0xF9DF96) is known color: Vis Vis. HEX triplet: F9, DF and 96. RGB value is (249,223,150). Sum of RGB (Red+Green+Blue) = 249+223+150=622 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.03% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 150 (58.98% from 255 or 24.12% from 622); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DF96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DF96 is #062069. Grayscale: #DEDEDE. Windows color (decimal): -401514 or 9887737. OLE color: 9887737.

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

Color convert

RGB 249 223 150 -
CMYK 0 0.10 0.40 0.02
HSL 44.24º 0.89% 0.78% -
HSV(B) 44.24º 0.4% 0.98% -
XYZ 70.96 75.12 39.61 -
YUV 222.45 87.11 146.94 -
System Red Green Blue C M Y K H S L
Decimal 249 223 150 0 0.10 0.40 0.02 44.24 0.89 0.78
Hex F9 DF 96 0 A 28 2 2C 59 4E
Octal 371 337 226 0 12 50 2 54 131 116
Binary 11111001 11011111 10010110 0 1010 101000 10 101100 1011001 1001110

Color Harmonies of #F9DF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DF96

Black with #F9DF96

Text Example


Text Example

White with #F9DF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DF96; }

 p { color: rgb(249,223,150); }

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

background-color css

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

 a { background-color: rgb(249,223,150); }

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

border-color css

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

 span { border-color: rgb(249,223,150); }

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