Html Css Color HEX #FAF990 Milan

📋 copy color: '#FAF990'

red 250 ◦ green 249 ◦ blue 144

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

Shades of Milan #FAF990

Tints of Milan #FAF990

RGB

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

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

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

R = 38.88%
G = 38.72%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAF990 (or 0xFAF990) is known color: Milan. HEX triplet: FA, F9 and 90. RGB value is (250,249,144). Sum of RGB (Red+Green+Blue) = 250+249+144=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 249 (97.66% from 255 or 38.72% from 643); Blue value is 144 (56.64% from 255 or 22.40% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF990 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF990 is #05066F. Grayscale: #EDEDED. Windows color (decimal): -329328 or 9501178. OLE color: 9501178.

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

Color convert

RGB 250 249 144 -
CMYK 0 0.00 0.42 0.02
HSL 59.43º 0.91% 0.77% -
HSV(B) 59.43º 0.42% 0.98% -
XYZ 78.33 90.09 39.65 -
YUV 237.33 75.33 137.04 -
System Red Green Blue C M Y K H S L
Decimal 250 249 144 0 0.00 0.42 0.02 59.43 0.91 0.77
Hex FA F9 90 0 0 2A 2 3B 5B 4D
Octal 372 371 220 0 0 52 2 73 133 115
Binary 11111010 11111001 10010000 0 0 101010 10 111011 1011011 1001101

Color Harmonies of #FAF990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF990

Black with #FAF990

Text Example


Text Example

White with #FAF990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF990; }

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

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

background-color css

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

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

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

border-color css

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

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

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