Html Css Color HEX #F9DA93 Vis Vis

📋 copy color: '#F9DA93'

red 249 ◦ green 218 ◦ blue 147

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

Shades of Vis Vis #F9DA93

Tints of Vis Vis #F9DA93

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.5%

 BLUE value IS 147 (57.81% from 255) = 23.94%

R = 40.55%
G = 35.5%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F9DA93 (or 0xF9DA93) is known color: Vis Vis. HEX triplet: F9, DA and 93. RGB value is (249,218,147). Sum of RGB (Red+Green+Blue) = 249+218+147=614 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.55% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 147 (57.81% from 255 or 23.94% from 614); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DA93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DA93 is #06256C. Grayscale: #DBDBDB. Windows color (decimal): -402797 or 9689849. OLE color: 9689849.

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

Color convert

RGB 249 218 147 -
CMYK 0 0.12 0.41 0.02
HSL 41.76º 0.89% 0.78% -
HSV(B) 41.76º 0.41% 0.98% -
XYZ 69.4 72.39 37.92 -
YUV 219.18 87.27 149.27 -
System Red Green Blue C M Y K H S L
Decimal 249 218 147 0 0.12 0.41 0.02 41.76 0.89 0.78
Hex F9 DA 93 0 C 29 2 2A 59 4E
Octal 371 332 223 0 14 51 2 52 131 116
Binary 11111001 11011010 10010011 0 1100 101001 10 101010 1011001 1001110

Color Harmonies of #F9DA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DA93

Black with #F9DA93

Text Example


Text Example

White with #F9DA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DA93; }

 p { color: rgb(249,218,147); }

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

background-color css

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

 a { background-color: rgb(249,218,147); }

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

border-color css

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

 span { border-color: rgb(249,218,147); }

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