Html Css Color HEX #FAF897 Milan

📋 copy color: '#FAF897'

red 250 ◦ green 248 ◦ blue 151

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

Shades of Milan #FAF897

Tints of Milan #FAF897

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.21%

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

R = 38.52%
G = 38.21%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FAF897 (or 0xFAF897) is known color: Milan. HEX triplet: FA, F8 and 97. RGB value is (250,248,151). Sum of RGB (Red+Green+Blue) = 250+248+151=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 248 (97.27% from 255 or 38.21% from 649); Blue value is 151 (59.38% from 255 or 23.27% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF897 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF897 is #050768. Grayscale: #EDEDED. Windows color (decimal): -329577 or 9959674. OLE color: 9959674.

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

Color convert

RGB 250 248 151 -
CMYK 0 0.01 0.40 0.02
HSL 58.79º 0.91% 0.79% -
HSV(B) 58.79º 0.4% 0.98% -
XYZ 78.58 89.69 42.45 -
YUV 237.54 79.16 136.89 -
System Red Green Blue C M Y K H S L
Decimal 250 248 151 0 0.01 0.40 0.02 58.79 0.91 0.79
Hex FA F8 97 0 1 28 2 3B 5B 4F
Octal 372 370 227 0 1 50 2 73 133 117
Binary 11111010 11111000 10010111 0 1 101000 10 111011 1011011 1001111

Color Harmonies of #FAF897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF897

Black with #FAF897

Text Example


Text Example

White with #FAF897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF897; }

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

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

background-color css

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

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

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

border-color css

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

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

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