Html Css Color HEX #F0DF92 Vis Vis

📋 copy color: '#F0DF92'

red 240 ◦ green 223 ◦ blue 146

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

Shades of Vis Vis #F0DF92

Tints of Vis Vis #F0DF92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 23.97%

R = 39.41%
G = 36.62%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F0DF92 (or 0xF0DF92) is known color: Vis Vis. HEX triplet: F0, DF and 92. RGB value is (240,223,146). Sum of RGB (Red+Green+Blue) = 240+223+146=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 146 (57.42% from 255 or 23.97% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DF92 is #0F206D. Grayscale: #DBDBDB. Windows color (decimal): -991342 or 9625584. OLE color: 9625584.

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

Color convert

RGB 240 223 146 -
CMYK 0 0.07 0.39 0.06
HSL 49.15º 0.76% 0.76% -
HSV(B) 49.15º 0.39% 0.94% -
XYZ 67.51 73.38 37.8 -
YUV 219.31 86.63 142.76 -
System Red Green Blue C M Y K H S L
Decimal 240 223 146 0 0.07 0.39 0.06 49.15 0.76 0.76
Hex F0 DF 92 0 7 27 6 31 4C 4C
Octal 360 337 222 0 7 47 6 61 114 114
Binary 11110000 11011111 10010010 0 111 100111 110 110001 1001100 1001100

Color Harmonies of #F0DF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DF92

Black with #F0DF92

Text Example


Text Example

White with #F0DF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DF92; }

 p { color: rgb(240,223,146); }

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

background-color css

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

 a { background-color: rgb(240,223,146); }

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

border-color css

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

 span { border-color: rgb(240,223,146); }

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