Html Css Color HEX #FAF98D Milan

📋 copy color: '#FAF98D'

red 250 ◦ green 249 ◦ blue 141

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

Shades of Milan #FAF98D

Tints of Milan #FAF98D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 22.03%

R = 39.06%
G = 38.91%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FAF98D (or 0xFAF98D) is known color: Milan. HEX triplet: FA, F9 and 8D. RGB value is (250,249,141). Sum of RGB (Red+Green+Blue) = 250+249+141=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 249 (97.66% from 255 or 38.91% from 640); Blue value is 141 (55.47% from 255 or 22.03% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF98D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF98D is #050672. Grayscale: #EDEDED. Windows color (decimal): -329331 or 9304570. OLE color: 9304570.

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

Color convert

RGB 250 249 141 -
CMYK 0 0.00 0.44 0.02
HSL 59.45º 0.92% 0.77% -
HSV(B) 59.45º 0.44% 0.98% -
XYZ 78.11 90 38.45 -
YUV 236.99 73.83 137.28 -
System Red Green Blue C M Y K H S L
Decimal 250 249 141 0 0.00 0.44 0.02 59.45 0.92 0.77
Hex FA F9 8D 0 0 2C 2 3B 5C 4D
Octal 372 371 215 0 0 54 2 73 134 115
Binary 11111010 11111001 10001101 0 0 101100 10 111011 1011100 1001101

Color Harmonies of #FAF98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF98D

Black with #FAF98D

Text Example


Text Example

White with #FAF98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF98D; }

 p { color: rgb(250,249,141); }

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

background-color css

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

 a { background-color: rgb(250,249,141); }

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

border-color css

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

 span { border-color: rgb(250,249,141); }

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