Html Css Color HEX #F6F990 Milan

📋 copy color: '#F6F990'

red 246 ◦ green 249 ◦ blue 144

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

Shades of Milan #F6F990

Tints of Milan #F6F990

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.97%

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

R = 38.5%
G = 38.97%
B = 22.54%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#F6F990 (or 0xF6F990) is known color: Milan. HEX triplet: F6, F9 and 90. RGB value is (246,249,144). Sum of RGB (Red+Green+Blue) = 246+249+144=639 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.50% from 639); Green value is 249 (97.66% from 255 or 38.97% from 639); Blue value is 144 (56.64% from 255 or 22.54% from 639); Max value from RGB is 249 - color contains mainly: green. Hex color #F6F990 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F990 is #09066F. Grayscale: #ECECEC. Windows color (decimal): -591472 or 9501174. OLE color: 9501174.

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

Color convert

RGB 246 249 144 -
CMYK 0.01 0 0.42 0.02
HSL 61.71º 0.9% 0.77% -
HSV(B) 61.71º 0.42% 0.98% -
XYZ 76.92 89.36 39.58 -
YUV 236.13 76.01 135.04 -
System Red Green Blue C M Y K H S L
Decimal 246 249 144 0.01 0 0.42 0.02 61.71 0.9 0.77
Hex F6 F9 90 1 0 2A 2 3E 5A 4D
Octal 366 371 220 1 0 52 2 76 132 115
Binary 11110110 11111001 10010000 1 0 101010 10 111110 1011010 1001101

Color Harmonies of #F6F990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6F990

Black with #F6F990

Text Example


Text Example

White with #F6F990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6F990; }

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

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

background-color css

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

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

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

border-color css

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

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

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