Html Css Color HEX #FAF490 Milan

📋 copy color: '#FAF490'

red 250 ◦ green 244 ◦ blue 144

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

Shades of Milan #FAF490

Tints of Milan #FAF490

RGB

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

 GREEN value IS 244 (95.7% from 255) = 38.24%

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

R = 39.18%
G = 38.24%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAF490 (or 0xFAF490) is known color: Milan. HEX triplet: FA, F4 and 90. RGB value is (250,244,144). Sum of RGB (Red+Green+Blue) = 250+244+144=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 244 (95.70% from 255 or 38.24% from 638); Blue value is 144 (56.64% from 255 or 22.57% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF490 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF490 is #050B6F. Grayscale: #EAEAEA. Windows color (decimal): -330608 or 9499898. OLE color: 9499898.

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

Color convert

RGB 250 244 144 -
CMYK 0 0.02 0.42 0.02
HSL 56.6º 0.91% 0.77% -
HSV(B) 56.6º 0.42% 0.98% -
XYZ 76.81 87.04 39.14 -
YUV 234.39 76.99 139.13 -
System Red Green Blue C M Y K H S L
Decimal 250 244 144 0 0.02 0.42 0.02 56.6 0.91 0.77
Hex FA F4 90 0 2 2A 2 39 5B 4D
Octal 372 364 220 0 2 52 2 71 133 115
Binary 11111010 11110100 10010000 0 10 101010 10 111001 1011011 1001101

Color Harmonies of #FAF490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF490

Black with #FAF490

Text Example


Text Example

White with #FAF490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF490; }

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

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

background-color css

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

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

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

border-color css

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

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

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