Html Css Color HEX #FAF295 Milan

📋 copy color: '#FAF295'

red 250 ◦ green 242 ◦ blue 149

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

Shades of Milan #FAF295

Tints of Milan #FAF295

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.75%

 BLUE value IS 149 (58.59% from 255) = 23.24%

R = 39%
G = 37.75%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FAF295 (or 0xFAF295) is known color: Milan. HEX triplet: FA, F2 and 95. RGB value is (250,242,149). Sum of RGB (Red+Green+Blue) = 250+242+149=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 242 (94.92% from 255 or 37.75% from 641); Blue value is 149 (58.59% from 255 or 23.24% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF295 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF295 is #050D6A. Grayscale: #EAEAEA. Windows color (decimal): -331115 or 9827066. OLE color: 9827066.

HSL color Cylindrical-coordinate representation of color #FAF295: hue angle of 55.25º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAF295 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 242 149 -
CMYK 0 0.03 0.40 0.02
HSL 55.25º 0.91% 0.78% -
HSV(B) 55.25º 0.4% 0.98% -
XYZ 76.6 86 41 -
YUV 233.79 80.15 139.56 -
System Red Green Blue C M Y K H S L
Decimal 250 242 149 0 0.03 0.40 0.02 55.25 0.91 0.78
Hex FA F2 95 0 3 28 2 37 5B 4E
Octal 372 362 225 0 3 50 2 67 133 116
Binary 11111010 11110010 10010101 0 11 101000 10 110111 1011011 1001110

Color Harmonies of #FAF295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF295

Black with #FAF295

Text Example


Text Example

White with #FAF295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF295; }

 p { color: rgb(250,242,149); }

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

background-color css

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

 a { background-color: rgb(250,242,149); }

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

border-color css

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

 span { border-color: rgb(250,242,149); }

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