Html Css Color HEX #FAF497 Milan

📋 copy color: '#FAF497'

red 250 ◦ green 244 ◦ blue 151

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

Shades of Milan #FAF497

Tints of Milan #FAF497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 23.41%

R = 38.76%
G = 37.83%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FAF497 (or 0xFAF497) is known color: Milan. HEX triplet: FA, F4 and 97. RGB value is (250,244,151). Sum of RGB (Red+Green+Blue) = 250+244+151=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 244 (95.70% from 255 or 37.83% from 645); Blue value is 151 (59.38% from 255 or 23.41% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF497 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF497 is #050B68. Grayscale: #EBEBEB. Windows color (decimal): -330601 or 9958650. OLE color: 9958650.

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

Color convert

RGB 250 244 151 -
CMYK 0 0.02 0.40 0.02
HSL 56.36º 0.91% 0.79% -
HSV(B) 56.36º 0.4% 0.98% -
XYZ 77.36 87.26 42.04 -
YUV 235.19 80.49 138.56 -
System Red Green Blue C M Y K H S L
Decimal 250 244 151 0 0.02 0.40 0.02 56.36 0.91 0.79
Hex FA F4 97 0 2 28 2 38 5B 4F
Octal 372 364 227 0 2 50 2 70 133 117
Binary 11111010 11110100 10010111 0 10 101000 10 111000 1011011 1001111

Color Harmonies of #FAF497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF497

Black with #FAF497

Text Example


Text Example

White with #FAF497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF497; }

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

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

background-color css

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

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

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

border-color css

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

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

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