Html Css Color HEX #FAF78A Milan

📋 copy color: '#FAF78A'

red 250 ◦ green 247 ◦ blue 138

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

Shades of Milan #FAF78A

Tints of Milan #FAF78A

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.9%

 BLUE value IS 138 (54.3% from 255) = 21.73%

R = 39.37%
G = 38.9%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FAF78A (or 0xFAF78A) is known color: Milan. HEX triplet: FA, F7 and 8A. RGB value is (250,247,138). Sum of RGB (Red+Green+Blue) = 250+247+138=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 247 (96.88% from 255 or 38.90% from 635); Blue value is 138 (54.30% from 255 or 21.73% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF78A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF78A is #050875. Grayscale: #EBEBEB. Windows color (decimal): -329846 or 9107450. OLE color: 9107450.

HSL color Cylindrical-coordinate representation of color #FAF78A: hue angle of 58.39º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FAF78A is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 247 138 -
CMYK 0 0.01 0.45 0.02
HSL 58.39º 0.92% 0.76% -
HSV(B) 58.39º 0.45% 0.98% -
XYZ 77.27 88.68 37.09 -
YUV 235.47 72.99 138.36 -
System Red Green Blue C M Y K H S L
Decimal 250 247 138 0 0.01 0.45 0.02 58.39 0.92 0.76
Hex FA F7 8A 0 1 2D 2 3A 5C 4C
Octal 372 367 212 0 1 55 2 72 134 114
Binary 11111010 11110111 10001010 0 1 101101 10 111010 1011100 1001100

Color Harmonies of #FAF78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF78A

Black with #FAF78A

Text Example


Text Example

White with #FAF78A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF78A; }

 p { color: rgb(250,247,138); }

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

background-color css

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

 a { background-color: rgb(250,247,138); }

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

border-color css

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

 span { border-color: rgb(250,247,138); }

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