Html Css Color HEX #FAF683 Milan

📋 copy color: '#FAF683'

red 250 ◦ green 246 ◦ blue 131

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

Shades of Milan #FAF683

Tints of Milan #FAF683

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.23%

 BLUE value IS 131 (51.56% from 255) = 20.89%

R = 39.87%
G = 39.23%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FAF683 (or 0xFAF683) is known color: Milan. HEX triplet: FA, F6 and 83. RGB value is (250,246,131). Sum of RGB (Red+Green+Blue) = 250+246+131=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 246 (96.48% from 255 or 39.23% from 627); Blue value is 131 (51.56% from 255 or 20.89% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF683 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF683 is #05097C. Grayscale: #EAEAEA. Windows color (decimal): -330109 or 8648442. OLE color: 8648442.

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

Color convert

RGB 250 246 131 -
CMYK 0 0.02 0.48 0.02
HSL 57.98º 0.92% 0.75% -
HSV(B) 57.98º 0.48% 0.98% -
XYZ 76.48 87.87 34.4 -
YUV 234.09 69.83 139.35 -
System Red Green Blue C M Y K H S L
Decimal 250 246 131 0 0.02 0.48 0.02 57.98 0.92 0.75
Hex FA F6 83 0 2 30 2 3A 5C 4B
Octal 372 366 203 0 2 60 2 72 134 113
Binary 11111010 11110110 10000011 0 10 110000 10 111010 1011100 1001011

Color Harmonies of #FAF683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF683

Black with #FAF683

Text Example


Text Example

White with #FAF683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF683; }

 p { color: rgb(250,246,131); }

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

background-color css

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

 a { background-color: rgb(250,246,131); }

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

border-color css

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

 span { border-color: rgb(250,246,131); }

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