Html Css Color HEX #FAF98E Milan

📋 copy color: '#FAF98E'

red 250 ◦ green 249 ◦ blue 142

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

Shades of Milan #FAF98E

Tints of Milan #FAF98E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 22.15%

R = 39%
G = 38.85%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FAF98E (or 0xFAF98E) is known color: Milan. HEX triplet: FA, F9 and 8E. RGB value is (250,249,142). Sum of RGB (Red+Green+Blue) = 250+249+142=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 249 (97.66% from 255 or 38.85% from 641); Blue value is 142 (55.86% from 255 or 22.15% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF98E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF98E is #050671. Grayscale: #EDEDED. Windows color (decimal): -329330 or 9370106. OLE color: 9370106.

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

Color convert

RGB 250 249 142 -
CMYK 0 0.00 0.43 0.02
HSL 59.44º 0.92% 0.77% -
HSV(B) 59.44º 0.43% 0.98% -
XYZ 78.18 90.03 38.85 -
YUV 237.1 74.33 137.2 -
System Red Green Blue C M Y K H S L
Decimal 250 249 142 0 0.00 0.43 0.02 59.44 0.92 0.77
Hex FA F9 8E 0 0 2B 2 3B 5C 4D
Octal 372 371 216 0 0 53 2 73 134 115
Binary 11111010 11111001 10001110 0 0 101011 10 111011 1011100 1001101

Color Harmonies of #FAF98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF98E

Black with #FAF98E

Text Example


Text Example

White with #FAF98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF98E; }

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

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

background-color css

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

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

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

border-color css

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

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

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