Html Css Color HEX #F6DC90 Vis Vis

📋 copy color: '#F6DC90'

red 246 ◦ green 220 ◦ blue 144

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

Shades of Vis Vis #F6DC90

Tints of Vis Vis #F6DC90

RGB

 RED value IS 246 (96.48% from 255) = 40.33%

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

 BLUE value IS 144 (56.64% from 255) = 23.61%

R = 40.33%
G = 36.07%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F6DC90 (or 0xF6DC90) is known color: Vis Vis. HEX triplet: F6, DC and 90. RGB value is (246,220,144). Sum of RGB (Red+Green+Blue) = 246+220+144=610 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.33% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 144 (56.64% from 255 or 23.61% from 610); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DC90 is #09236F. Grayscale: #DBDBDB. Windows color (decimal): -598896 or 9493750. OLE color: 9493750.

HSL color Cylindrical-coordinate representation of color #F6DC90: hue angle of 44.71º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F6DC90 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 220 144 -
CMYK 0 0.11 0.41 0.04
HSL 44.71º 0.85% 0.76% -
HSV(B) 44.71º 0.41% 0.96% -
XYZ 68.63 72.79 36.82 -
YUV 219.11 85.61 147.18 -
System Red Green Blue C M Y K H S L
Decimal 246 220 144 0 0.11 0.41 0.04 44.71 0.85 0.76
Hex F6 DC 90 0 B 29 4 2D 55 4C
Octal 366 334 220 0 13 51 4 55 125 114
Binary 11110110 11011100 10010000 0 1011 101001 100 101101 1010101 1001100

Color Harmonies of #F6DC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DC90

Black with #F6DC90

Text Example


Text Example

White with #F6DC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DC90; }

 p { color: rgb(246,220,144); }

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

background-color css

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

 a { background-color: rgb(246,220,144); }

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

border-color css

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

 span { border-color: rgb(246,220,144); }

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