Html Css Color HEX #FAF690 Milan

📋 copy color: '#FAF690'

red 250 ◦ green 246 ◦ blue 144

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

Shades of Milan #FAF690

Tints of Milan #FAF690

RGB

 RED value IS 250 (98.05% from 255) = 39.06%

 GREEN value IS 246 (96.48% from 255) = 38.44%

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

R = 39.06%
G = 38.44%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAF690 (or 0xFAF690) is known color: Milan. HEX triplet: FA, F6 and 90. RGB value is (250,246,144). Sum of RGB (Red+Green+Blue) = 250+246+144=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 246 (96.48% from 255 or 38.44% from 640); Blue value is 144 (56.64% from 255 or 22.5% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF690 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF690 is #05096F. Grayscale: #EBEBEB. Windows color (decimal): -330096 or 9500410. OLE color: 9500410.

HSL color Cylindrical-coordinate representation of color #FAF690: hue angle of 57.74º degrees, saturation: 0.91, 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 #FAF690 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 246 144 -
CMYK 0 0.02 0.42 0.02
HSL 57.74º 0.91% 0.77% -
HSV(B) 57.74º 0.42% 0.98% -
XYZ 77.41 88.25 39.34 -
YUV 235.57 76.33 138.29 -
System Red Green Blue C M Y K H S L
Decimal 250 246 144 0 0.02 0.42 0.02 57.74 0.91 0.77
Hex FA F6 90 0 2 2A 2 3A 5B 4D
Octal 372 366 220 0 2 52 2 72 133 115
Binary 11111010 11110110 10010000 0 10 101010 10 111010 1011011 1001101

Color Harmonies of #FAF690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF690

Black with #FAF690

Text Example


Text Example

White with #FAF690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF690; }

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

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

background-color css

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

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

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

border-color css

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

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

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