Html Css Color HEX #FAF190 Milan

📋 copy color: '#FAF190'

red 250 ◦ green 241 ◦ blue 144

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

Shades of Milan #FAF190

Tints of Milan #FAF190

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.95%

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

R = 39.37%
G = 37.95%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAF190 (or 0xFAF190) is known color: Milan. HEX triplet: FA, F1 and 90. RGB value is (250,241,144). Sum of RGB (Red+Green+Blue) = 250+241+144=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 144 (56.64% from 255 or 22.68% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF190 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF190 is #050E6F. Grayscale: #E9E9E9. Windows color (decimal): -331376 or 9499130. OLE color: 9499130.

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

Color convert

RGB 250 241 144 -
CMYK 0 0.04 0.42 0.02
HSL 54.91º 0.91% 0.77% -
HSV(B) 54.91º 0.42% 0.98% -
XYZ 75.91 85.25 38.84 -
YUV 232.63 77.98 140.39 -
System Red Green Blue C M Y K H S L
Decimal 250 241 144 0 0.04 0.42 0.02 54.91 0.91 0.77
Hex FA F1 90 0 4 2A 2 37 5B 4D
Octal 372 361 220 0 4 52 2 67 133 115
Binary 11111010 11110001 10010000 0 100 101010 10 110111 1011011 1001101

Color Harmonies of #FAF190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF190

Black with #FAF190

Text Example


Text Example

White with #FAF190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF190; }

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

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

background-color css

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

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

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

border-color css

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

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

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