Html Css Color HEX #F9DC8F Vis Vis

📋 copy color: '#F9DC8F'

red 249 ◦ green 220 ◦ blue 143

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

Shades of Vis Vis #F9DC8F

Tints of Vis Vis #F9DC8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 23.37%

R = 40.69%
G = 35.95%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9DC8F (or 0xF9DC8F) is known color: Vis Vis. HEX triplet: F9, DC and 8F. RGB value is (249,220,143). Sum of RGB (Red+Green+Blue) = 249+220+143=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 143 (56.25% from 255 or 23.37% from 612); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DC8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DC8F is #062370. Grayscale: #DCDCDC. Windows color (decimal): -402289 or 9428217. OLE color: 9428217.

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

Color convert

RGB 249 220 143 -
CMYK 0 0.12 0.43 0.02
HSL 43.58º 0.9% 0.77% -
HSV(B) 43.58º 0.43% 0.98% -
XYZ 69.62 73.31 36.47 -
YUV 219.89 84.61 148.76 -
System Red Green Blue C M Y K H S L
Decimal 249 220 143 0 0.12 0.43 0.02 43.58 0.9 0.77
Hex F9 DC 8F 0 C 2B 2 2C 5A 4D
Octal 371 334 217 0 14 53 2 54 132 115
Binary 11111001 11011100 10001111 0 1100 101011 10 101100 1011010 1001101

Color Harmonies of #F9DC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DC8F

Black with #F9DC8F

Text Example


Text Example

White with #F9DC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DC8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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