Html Css Color HEX #FAF386 Milan

📋 copy color: '#FAF386'

red 250 ◦ green 243 ◦ blue 134

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

Shades of Milan #FAF386

Tints of Milan #FAF386

RGB

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

 GREEN value IS 243 (95.31% from 255) = 38.76%

 BLUE value IS 134 (52.73% from 255) = 21.37%

R = 39.87%
G = 38.76%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FAF386 (or 0xFAF386) is known color: Milan. HEX triplet: FA, F3 and 86. RGB value is (250,243,134). Sum of RGB (Red+Green+Blue) = 250+243+134=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 243 (95.31% from 255 or 38.76% from 627); Blue value is 134 (52.73% from 255 or 21.37% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF386 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF386 is #050C79. Grayscale: #E9E9E9. Windows color (decimal): -330874 or 8844282. OLE color: 8844282.

HSL color Cylindrical-coordinate representation of color #FAF386: hue angle of 56.38º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FAF386 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 243 134 -
CMYK 0 0.03 0.46 0.02
HSL 56.38º 0.92% 0.75% -
HSV(B) 56.38º 0.46% 0.98% -
XYZ 75.78 86.15 35.19 -
YUV 232.67 72.32 140.36 -
System Red Green Blue C M Y K H S L
Decimal 250 243 134 0 0.03 0.46 0.02 56.38 0.92 0.75
Hex FA F3 86 0 3 2E 2 38 5C 4B
Octal 372 363 206 0 3 56 2 70 134 113
Binary 11111010 11110011 10000110 0 11 101110 10 111000 1011100 1001011

Color Harmonies of #FAF386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF386

Black with #FAF386

Text Example


Text Example

White with #FAF386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF386; }

 p { color: rgb(250,243,134); }

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

background-color css

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

 a { background-color: rgb(250,243,134); }

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

border-color css

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

 span { border-color: rgb(250,243,134); }

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