Html Css Color HEX #F0DB94 Vis Vis

📋 copy color: '#F0DB94'

red 240 ◦ green 219 ◦ blue 148

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

Shades of Vis Vis #F0DB94

Tints of Vis Vis #F0DB94

RGB

 RED value IS 240 (94.14% from 255) = 39.54%

 GREEN value IS 219 (85.94% from 255) = 36.08%

 BLUE value IS 148 (58.2% from 255) = 24.38%

R = 39.54%
G = 36.08%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F0DB94 (or 0xF0DB94) is known color: Vis Vis. HEX triplet: F0, DB and 94. RGB value is (240,219,148). Sum of RGB (Red+Green+Blue) = 240+219+148=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 148 (58.20% from 255 or 24.38% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DB94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DB94 is #0F246B. Grayscale: #D9D9D9. Windows color (decimal): -992364 or 9755632. OLE color: 9755632.

HSL color Cylindrical-coordinate representation of color #F0DB94: hue angle of 46.3º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0DB94 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 219 148 -
CMYK 0 0.09 0.38 0.06
HSL 46.3º 0.75% 0.76% -
HSV(B) 46.3º 0.38% 0.94% -
XYZ 66.61 71.33 38.27 -
YUV 217.19 88.96 144.27 -
System Red Green Blue C M Y K H S L
Decimal 240 219 148 0 0.09 0.38 0.06 46.3 0.75 0.76
Hex F0 DB 94 0 9 26 6 2E 4B 4C
Octal 360 333 224 0 11 46 6 56 113 114
Binary 11110000 11011011 10010100 0 1001 100110 110 101110 1001011 1001100

Color Harmonies of #F0DB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DB94

Black with #F0DB94

Text Example


Text Example

White with #F0DB94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DB94; }

 p { color: rgb(240,219,148); }

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

background-color css

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

 a { background-color: rgb(240,219,148); }

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

border-color css

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

 span { border-color: rgb(240,219,148); }

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