Html Css Color HEX #FAF790 Milan

📋 copy color: '#FAF790'

red 250 ◦ green 247 ◦ blue 144

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

Shades of Milan #FAF790

Tints of Milan #FAF790

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.53%

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

R = 39%
G = 38.53%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAF790 (or 0xFAF790) is known color: Milan. HEX triplet: FA, F7 and 90. RGB value is (250,247,144). Sum of RGB (Red+Green+Blue) = 250+247+144=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 247 (96.88% from 255 or 38.53% from 641); Blue value is 144 (56.64% from 255 or 22.46% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF790 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF790 is #05086F. Grayscale: #ECECEC. Windows color (decimal): -329840 or 9500666. OLE color: 9500666.

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

Color convert

RGB 250 247 144 -
CMYK 0 0.01 0.42 0.02
HSL 58.3º 0.91% 0.77% -
HSV(B) 58.3º 0.42% 0.98% -
XYZ 77.72 88.86 39.44 -
YUV 236.16 75.99 137.88 -
System Red Green Blue C M Y K H S L
Decimal 250 247 144 0 0.01 0.42 0.02 58.3 0.91 0.77
Hex FA F7 90 0 1 2A 2 3A 5B 4D
Octal 372 367 220 0 1 52 2 72 133 115
Binary 11111010 11110111 10010000 0 1 101010 10 111010 1011011 1001101

Color Harmonies of #FAF790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF790

Black with #FAF790

Text Example


Text Example

White with #FAF790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF790; }

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

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

background-color css

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

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

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

border-color css

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

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

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