Html Css Color HEX #F9DE8D Vis Vis

📋 copy color: '#F9DE8D'

red 249 ◦ green 222 ◦ blue 141

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

Shades of Vis Vis #F9DE8D

Tints of Vis Vis #F9DE8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.04%

R = 40.69%
G = 36.27%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9DE8D (or 0xF9DE8D) is known color: Vis Vis. HEX triplet: F9, DE and 8D. RGB value is (249,222,141). Sum of RGB (Red+Green+Blue) = 249+222+141=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 141 (55.47% from 255 or 23.04% from 612); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DE8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DE8D is #062172. Grayscale: #DDDDDD. Windows color (decimal): -401779 or 9297657. OLE color: 9297657.

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

Color convert

RGB 249 222 141 -
CMYK 0 0.11 0.43 0.02
HSL 45º 0.9% 0.76% -
HSV(B) 45º 0.43% 0.98% -
XYZ 70 74.31 35.85 -
YUV 220.84 82.95 148.09 -
System Red Green Blue C M Y K H S L
Decimal 249 222 141 0 0.11 0.43 0.02 45 0.9 0.76
Hex F9 DE 8D 0 B 2B 2 2D 5A 4C
Octal 371 336 215 0 13 53 2 55 132 114
Binary 11111001 11011110 10001101 0 1011 101011 10 101101 1011010 1001100

Color Harmonies of #F9DE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DE8D

Black with #F9DE8D

Text Example


Text Example

White with #F9DE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DE8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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